Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #33162: Fix installation of cryptominisat and pycryptosat
pycryptosat is meant to be installed as a part of cryptominisat, but it does not happen. This is because it's installing the Python module in SAGE_ROOT/local/ From the log: {{{ -- Found python interpreter, libs and header files -- Building python interface -- Python CFLAGS: '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix- map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 ' -- Python LDFLAGS: '-lcrypt -lpthread -ldl -lutil -lm' -- Python LINKFORSHARED flags: '-Xlinker -export-dynamic -Wl,-O1 -Wl ,-Bsymbolic-functions' -- Python module will be installed to : '/home/dimpase/work/sage/local' -- Configuring done }}} See https://groups.google.com/d/msgid/sage- release/cc134257-34d8-4c26-8719-24a994dc42dan%40googlegroups.com {{{ ./sage --pip install pycryptosat }}} can be used as a workaround URL: https://trac.sagemath.org/33162 Reported by: dimpase Ticket author(s): Dima Pasechnik Reviewer(s): Matthias Koeppe
- Loading branch information