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

installation in non-standard directory #47

Open
jacopol opened this issue Jan 9, 2024 · 1 comment
Open

installation in non-standard directory #47

jacopol opened this issue Jan 9, 2024 · 1 comment

Comments

@jacopol
Copy link
Contributor

jacopol commented Jan 9, 2024

I am trying to install Sylvan in a non-standard location.

I change CMAKE_INSTALL_PREFIX=/home/user using ccmake
However, the change is not reflected in the dependency lace.
So make install still tries to install liblace.a in /usr/local (but I don't have the rights).

Current workaround: manually change _deps/lace-build/cmake_install.cmake,
adding set(CMAKE_INSTALL_PREFIX "/home/user")

@SSoelvsten
Copy link
Contributor

I was able to successfully install Sylvan (and transitively LACE) to a folder of my choice as follows

mkdir build
cd build
cmake -D CMAKE_INSTALL_PREFIX=<path> ..
make install

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

No branches or pull requests

2 participants