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

Commit cdd19b0

Browse files
committed
correctly install pycryptosat
pycryptosat is build together with cryptominisat, and installed in the same prefix (by cmake). For us, the correct prefix is SAGE_VENV, so we need to install again, there. See #33162 for details.
1 parent 3da1b22 commit cdd19b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/pkgs/cryptominisat/spkg-install.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ cd src
33
sdh_cmake -DUSE_GAUSS='ON' $EXTRA_OPTS
44
sdh_make VERBOSE=ON
55
sdh_make_install VERBOSE=ON
6+
7+
cd pycryptosat
8+
9+
sdh_pip_install .

0 commit comments

Comments
 (0)