Skip to content
Snippets Groups Projects
Commit a70f11e5 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed issue with port libmatheval

parent 6afcb5be
No related branches found
No related tags found
No related merge requests found
......@@ -133,9 +133,7 @@ script:
- if test "$PLUMED_CXX" ; then make install prefix="$HOME/opt" ; fi
# build using macports
# this is required for some misterious reason:
- if test -n "$PLUMED_MACPORTS" ; then sudo port install flex +universal ; fi
- if test -n "$PLUMED_MACPORTS" ; then sudo port install $PLUMED_MACPORTS ; fi
- if test -n "$PLUMED_MACPORTS" ; then sudo port -N install $PLUMED_MACPORTS ; fi
# TEST:
- if test "$VALGRIND" == yes ; then OPT=valgrind ; else OPT="" ; fi
......
......@@ -59,6 +59,8 @@ if {[mpi_variant_isset]} {
variant matheval description {Enable libmatheval} {
configure.args-replace --disable-matheval --enable-matheval
# this is needed due to a problem with libmatheval:
depends_lib-append port:flex
depends_lib-append port:libmatheval
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment