Migrated to new CUDD (3.0.0) -- complete
This commit is contained in:
@@ -3,7 +3,11 @@
|
|||||||
CUDD_VERSION=3.0.0
|
CUDD_VERSION=3.0.0
|
||||||
INSTALL_DIR="$PWD"
|
INSTALL_DIR="$PWD"
|
||||||
|
|
||||||
|
tar -zxvf dist/cudd-$CUDD_VERSION.tar.gz
|
||||||
cd cudd-$CUDD_VERSION
|
cd cudd-$CUDD_VERSION
|
||||||
./configure --enable-shared --enable-obj --prefix=$INSTALL_DIR/cudd
|
./configure --enable-shared --enable-obj --prefix=$INSTALL_DIR/cudd
|
||||||
make
|
make -j4
|
||||||
make install
|
make install
|
||||||
|
cd ..
|
||||||
|
rm -rf cudd-$CUDD_VERSION
|
||||||
|
|
||||||
|
|||||||
BIN
dist/cudd-3.0.0.tar.gz
vendored
Normal file
BIN
dist/cudd-3.0.0.tar.gz
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user