Skip to content

Commit

Permalink
remove muparser from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Nov 6, 2023
1 parent af9160b commit f946bae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ else
# ls /opt/smelibs
fi

# temp hack to remove muparser
rm -rf $DEPSDIR/lib/libmuparser.a
rm -rf $DEPSDIR/lib/cmake/muparser
rm -rf $DEPSDIR/include/muParser*

# export vars for duneopts script to read
export DUNE_COPASI_USE_STATIC_DEPS=ON
export CMAKE_INSTALL_PREFIX=$DEPSDIR
Expand Down

0 comments on commit f946bae

Please sign in to comment.