Skip to Content.
Sympa Menu

charm - [charm] Changing to CMake build system

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Changing to CMake build system


Chronological Thread 
  • From: Matthias Diener <mdiener AT illinois.edu>
  • To: charm AT lists.cs.illinois.edu
  • Subject: [charm] Changing to CMake build system
  • Date: Thu, 16 Apr 2020 15:42:36 -0500
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=illinois.edu; dmarc=pass action=none header.from=illinois.edu; dkim=pass header.d=illinois.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=WD6/Pya0lgeWdjOun5XVHRUjmNjxPcbjm8xLgC3qNps=; b=VWdZYcv0wTtCydGF+qrlCmd25htOWYRFl3KWUN2QDTj/4PYsi5m/6NUkfjZjyMu4id8gU+POLDCu/jmWlH3cmLQhRszAbDTNwYeBDyXxzEj11PufYYnJ1ynbjiFl/57dJQe04KL7tLZwWYWqNncLXs3ge3ttnXnx0kp2e0eh9Wi4DtfdgQcLh1CKEM6QK77m34tzuBA+bV3oYrrmtCvxExs4cQvhIo8Fen1CRHS6Ugat0MGPqkfEe99+4xL/gLiSZzFTB64LQRvz71ywCUx9P8hj0AwdTdX5p3WlnTIFzqVZLdRHhXQxtkFaAV8JlgvhDlFTdIwK485qhHQtYwuMgg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=AHAfuRz6Seafo9IY3q0loet9dic1STAUriWRWpX1+x8aKvwH8HrCnmJl3I5ot1esbfz+o3mRx4MxBNYKltbYU3J/lGV81O2fn9j+7knmXwYNGARebzgpSOrboGhevqJl2T0LXIUhbqYd/d7g9zSNqlkN5jVxl2q5jw2u0dFaZq+UoWC7uKmSVM9VIU+128HB+sO730KHB7P1OP3kOS2tNlOhLV5k7LikjdFUaspb6XZ2IkXdJVaFQIzXNjqMS7XlIYz/sbDvp46UTW/pnss0DbvhzTUPX8Ybtec/muLRUEJHFcGD+jespU00NwFnUHXSgZRMq4YeBaVy2+qebV1pIQ==
  • Authentication-results: illinois.edu; spf=softfail smtp.mailfrom=mdiener AT illinois.edu; dkim=pass header.d=uillinoisedu.onmicrosoft.com header.s=selector2-uillinoisedu-onmicrosoft-com; dmarc=none header.from=illinois.edu

Hello everyone,

As you might already know, we are planning to switch to a CMake-based
build system for the next major Charm++ release (6.11). This build
system requires at least version 3.4 of CMake.

To ensure compatibility with existing workflows, we will provide a new
./build command that wraps CMake and supports the same options as our
previous ./build command. We will also keep the previous build system
available (through the ./buildold script) until the next major release
after 6.11 (6.12 most likely) to ease the transition.

Please let us know if you have any questions or concerns.


  • [charm] Changing to CMake build system, Matthias Diener, 04/16/2020

Archive powered by MHonArc 2.6.19.

Top of Page