Skip to content

Commit

Permalink
Getting closer, but still not working
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 15, 2024
1 parent c8a51c7 commit 4b76bb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion dist/README.md

This file was deleted.

8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ def gen_modules(version):
"src/appmc_constants.cpp",
"src/counter.cpp",
"python/cryptominisat/python/src/GitSHA1.cpp",
"python/cryptominisat/src/backbone.cpp",
"python/cryptominisat/src/cardfinder.cpp",
"python/cryptominisat/src/ccnr_cms.cpp",
"python/cryptominisat/src/ccnr.cpp",
"python/cryptominisat/src/clauseallocator.cpp",
"python/cryptominisat/src/clausecleaner.cpp",
"python/cryptominisat/src/cnf.cpp",
"python/cryptominisat/src/completedetachreattacher.cpp",
"python/cryptominisat/src/cryptominisat_c.cpp",
"python/cryptominisat/src/cryptominisat.cpp",
"python/cryptominisat/src/datasync.cpp",
"python/cryptominisat/src/distillerbin.cpp",
Expand All @@ -88,6 +88,7 @@ def gen_modules(version):
"python/cryptominisat/src/matrixfinder.cpp",
"python/cryptominisat/src/occsimplifier.cpp",
"python/cryptominisat/src/packedrow.cpp",
"python/cryptominisat/src/probe.cpp",
"python/cryptominisat/src/propengine.cpp",
"python/cryptominisat/src/reducedb.cpp",
"python/cryptominisat/src/sccfinder.cpp",
Expand All @@ -100,6 +101,7 @@ def gen_modules(version):
"python/cryptominisat/src/str_impl_w_impl.cpp",
"python/cryptominisat/src/subsumeimplicit.cpp",
"python/cryptominisat/src/subsumestrengthen.cpp",
"python/cryptominisat/src/vardistgen.cpp",
"python/cryptominisat/src/varreplacer.cpp",
"python/cryptominisat/src/xorfinder.cpp",
"python/cryptominisat/src/oracle/oracle.cpp",
Expand All @@ -108,8 +110,10 @@ def gen_modules(version):
"python/arjun/src/arjun.cpp",
"python/arjun/src/backward.cpp",
"python/arjun/src/common.cpp",
"python/arjun/python/src/GitSHA1.cpp",
"python/arjun/src/extend.cpp",
"python/arjun/src/puura.cpp",
"python/arjun/src/simplify.cpp",
"python/arjun/python/src/GitSHA1.cpp",
],
depends = [
"python/sbva/src/getdelim.h",
Expand Down

0 comments on commit 4b76bb1

Please sign in to comment.