Skip to content

Commit

Permalink
Release v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed May 9, 2022
1 parent e2e5303 commit 98c7753
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES_since_1.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
3.0 - 2021-??-??
3.0 - 2022-05-09
------------------
* Now runs in parallel by default on multicore systems, simplified parallel options
* Restructure code to enable integration in other programs
* Restructure code to enable integration in other programs (see lib_examples.py)
* Remove support for Python 2.7
* Lots of cleanup and refactoring

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ before running MARCO.
Tested Platforms:

- Linux
- Cygwin
- OS X
- Cygwin

Requirements:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
3.0
4 changes: 2 additions & 2 deletions mkdist.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

# gather "whitelist" of files to include
marco_files="*.py muser2-static muser2-para README CHANGES* VERSION"
marco_files="*.py src/marco/*.py src/marco/muser2-para README* CHANGES* VERSION"
if [ $# -lt 2 -o "$2" != "notest" ] ; then
test_files="tests/*.cnf tests/*.gcnf tests/*.smt2 tests/*.gz tests/*.py tests/out/*/*"
fi
minisolvers_files=`find pyminisolvers/ \( -name "*.cc" -or -name "*.cpp" -or -name "*.h" -or -name "Makefile" -or -name "makefile" -or -name "*.py" -or -name "*.pyx" \) -print`
minisolvers_files=`find src/pyminisolvers/ \( -name "*.cc" -or -name "*.cpp" -or -name "*.h" -or -name "Makefile" -or -name "makefile" -or -name "*.py" -or -name "*.pyx" \) -print`

if [ "$1" = "list" ] ; then
echo "Selected files:"
Expand Down

0 comments on commit 98c7753

Please sign in to comment.