Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
no need for CMAKE_INSTALL_PREFIX (it's in sdh_cmake)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Nov 23, 2021
1 parent d8e2cda commit 3f1e441
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/pkgs/primecount/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ sdh_cmake -DCMAKE_VERBOSE_MAKEFILE=ON \
-DBUILD_LIBPRIMESIEVE=OFF \
-DCMAKE_FIND_ROOT_PATH=$SAGE_LOCAL/lib/cmake \
-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=BOTH \
-DCMAKE_INSTALL_PREFIX=$SAGE_LOCAL \
${EXTRA_OPTS}

sdh_make_install
1 change: 0 additions & 1 deletion build/pkgs/primesieve/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ sdh_cmake -DCMAKE_VERBOSE_MAKEFILE=ON \
-DBUILD_STATIC_LIBS=OFF \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTS=ON \
-DCMAKE_INSTALL_PREFIX=$SAGE_LOCAL \
${EXTRA_OPTS}

sdh_make_install

0 comments on commit 3f1e441

Please sign in to comment.