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

Commit 4fc017f

Browse files
author
Release Manager
committed
Trac #33183: Better fix installation of cryptominisat and pycryptosat
a followup to #33162 URL: https://trac.sagemath.org/33183 Reported by: dimpase Ticket author(s): Dima Pasechnik Reviewer(s): Matthias Koeppe
2 parents 34ab622 + 76463a8 commit 4fc017f

File tree

18 files changed

+131
-93
lines changed

18 files changed

+131
-93
lines changed

build/pkgs/cryptominisat/SPKG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ Special Update/Build Instructions
3535

3636
CryptoMiniSat's tarball downloaded from github is called VERSION.tar.gz
3737
and should be renamed to cryptominisat-VERSION.tar.gz
38+
Its Python module is installed by the pycryptosat spkg.

build/pkgs/cryptominisat/spkg-install.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ 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 .

build/pkgs/pycryptosat/SPKG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
pycryptosat: Python module of cryptominisat
2+
===========================================
3+
4+
Description
5+
-----------
6+
7+
Build and install pycryptosat into appropriate venv.
8+
See cryptominisat for more details.
9+
10+
License
11+
-------
12+
13+
MIT License
14+
15+
16+
Upstream Contact
17+
----------------
18+
19+
- Authors: Mate Soos
20+
21+
- Website: http://www.msoos.org/
22+
- Releases: https://github.com/msoos/cryptominisat/releases
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../cryptominisat/checksums.ini
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$(PYTHON) m4ri zlib libpng cryptominisat | cmake boost_cropped $(PYTHON_TOOLCHAIN)
2+
3+
----------
4+
All lines of this file are ignored except the first.
5+
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cryptominisat
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cryptominisat
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cryptominisat
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pycryptosat
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5.6.8

0 commit comments

Comments
 (0)