File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ SET (SUBDIRS
1414# superlu stuff
1515SITE_NAME (HOSTNAME )
1616MESSAGE ("Hostname: ${HOSTNAME} " )
17- ADD_DEFINITIONS (-DSYMDIFF_VERSION_STRING= \"1.2.1 \" )
17+ ADD_DEFINITIONS (-DSYMDIFF_VERSION_STRING= \"1.2.2 \" )
1818ADD_DEFINITIONS(-DSYMDIFF_COPYRIGHT_YEAR=\" 2010-2022\" )
1919
2020set(PROJECT_BIN_DIR ${PROJECT_SOURCE_DIR} /bin)
Original file line number Diff line number Diff line change 11[bdist_wheel]
22py-limited-api = cp36
33[metadata]
4- version = 1.2.1
4+ version = 1.2.2
55classifiers =
66 Development Status :: 5 - Production/Stable
77 Intended Audience :: Science/Research
Original file line number Diff line number Diff line change 6868fi
6969
7070(rsync -avP --exclude __pycache__ lib/symdiff bdist_wheel/)
71- (rsync -avP --exclude __pycache__ LICENSE NOTICE README.md README examples doc bdist_wheel)
71+ (rsync -avP --exclude __pycache__ LICENSE NOTICE README.md examples doc bdist_wheel)
7272(cd bdist_wheel && pip wheel .)
7373(mv bdist_wheel/* .whl .)
7474
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export PYTHON3_ARCHIVE=""
2323# SYMDIFF build
2424(bash scripts/symdiff_centos.sh && cd linux_x86_64_release && make -j2 && make test);
2525(rsync -avP --exclude __pycache__ lib/symdiff bdist_wheel/)
26- (rsync -avP --exclude __pycache__ LICENSE NOTICE README.md README examples doc bdist_wheel)
26+ (rsync -avP --exclude __pycache__ LICENSE NOTICE README.md examples doc bdist_wheel)
2727(cd bdist_wheel && ${PIP_BIN} wheel .)
2828(cd bdist_wheel && auditwheel repair * .whl)
2929(mv bdist_wheel/wheelhouse/* .whl .)
You can’t perform that action at this time.
0 commit comments