Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Testsuite (2) #465

Merged
merged 16 commits into from
Feb 24, 2022
Prev Previous commit
Next Next commit
Fix CI instructions
  • Loading branch information
rs028 committed Feb 20, 2022
commit babeae32cc03a068cbf496ca5125462cc2610155
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cp tools/install/Makefile.skel Makefile
./build/build_atchem2.sh ./mcm/mechanism_test.fac
if [ $RUNNER_OS != 'Linux' ] ; then
install_name_tool -change libopenlibm.dylib.1 $PWD/openlibm-0.8.1/libopenlibm.dylib.1 atchem2 ;
install_name_tool -change libopenlibm.dylib.1 $PWD/openlibm-0.8.1/libopenlibm.4.dylib atchem2 ;
install_name_tool -change @rpath/libsundials_cvode.2.dylib $PWD/cvode/lib/libsundials_cvode.dylib atchem2 ;
install_name_tool -change @rpath/libsundials_fnvecserial.2.dylib $PWD/cvode/lib/libsundials_fnvecserial.dylib atchem2 ;
install_name_tool -change @rpath/libsundials_nvecserial.2.dylib $PWD/cvode/lib/libsundials_nvecserial.dylib atchem2 ;
Expand Down