Skip to content

Commit 127bdfb

Browse files
authored
Remove install scripts (#42)
* Switch version * Fix include path * Update build scripts * Get rid of excess script * Minor patch * Revert change * Apply suggestions from code review * Update .github/workflows/build_wheels.yml * Put script changes back * Re-trigger ci * Update sundials * Type fixes * Revert some type changes * Update scripts * Remove script
1 parent bfc1312 commit 127bdfb

File tree

3 files changed

+2
-86
lines changed

3 files changed

+2
-86
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
CIBW_ARCHS_LINUX: x86_64
6868
CIBW_BEFORE_ALL_LINUX: >
6969
yum -y install openblas-devel lapack-devel &&
70-
bash install_sundials.sh
70+
python install_KLU_Sundials.py
7171
CIBW_BEFORE_BUILD_LINUX: python -m pip install cmake casadi==3.6.7 setuptools wheel
7272
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair -w {dest_dir} {wheel}
7373
CIBW_TEST_EXTRAS: "dev"

install_sundials.sh

Lines changed: 0 additions & 84 deletions
This file was deleted.

src/pybammsolvers/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)