Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake and guix #69

Merged
merged 18 commits into from
Nov 18, 2021
Merged

Cmake and guix #69

merged 18 commits into from
Nov 18, 2021

Conversation

q-posev
Copy link
Member

@q-posev q-posev commented Nov 18, 2021

Additions:

  1. CMake build: CMakeLists.txt files in the root, src and tests directories. Builds, tests (using CTest), and installs TREXIO both in developer and user mode. All necessary files are propagated to the distribution produced by make dist (with Autotools) so that the user can build TREXIO distribution using CMake;
  2. FindTREXIO.cmake module in cmake directory. This file has to be included by the CMake projects using TREXIO as a dependency. Required to enable find_package(TREXIO) in CMake;
  3. Preliminary trexio.scm schema file in tools directory. This file is required for the guix package manager;
  4. Minor changes related to Autotools (e.g. introduced AC_CONFIG_AUX_DIR).

@q-posev q-posev merged commit 9dbdbe9 into master Nov 18, 2021
@scemama scemama deleted the cmake-and-guix branch January 20, 2022 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant