Pseudomanifold / Aleph

A library for exploring persistent homology
https://pseudomanifold.github.io/Aleph/
MIT License
101 stars 17 forks source link

Provide package files for installations #27

Open Pseudomanifold opened 7 years ago

Pseudomanifold commented 7 years ago

Aleph is still missing package files that facilitate installing the library and its examples. It would be nice to have packages for some distributions. This issue shows the status of this endeavour.

Pseudomanifold commented 7 years ago

Providing a simple PKGBUILD file for Arch Linux in d4bf1d50cf6a9b86b3b17ba3a1a23ad5f53bfff9. It remains to be shown whether this is suitable or not.

Pseudomanifold commented 6 years ago

Added Arch Linux package to AUR. See https://aur.archlinux.org/packages/aleph-git for more details.

A-Alaa commented 5 years ago

Using Conan as cross-platform-, source-, and binary- package manager may help a lot. Most, if not all, of dependencies already have Conan files: Boost, RapidJSON, pybind11, eigen, tinyxml2.

Pseudomanifold commented 5 years ago

Thanks! That's a good point, but I have no experience with this. Did you ever work with it?

A-Alaa commented 5 years ago

I am working with it, but in a private immature project. I may have seen it used, with a good practice, in this project khiva; they use it for building the project from source, including the dependencies.