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

Re-eneabled tests

cc @HanatoK I fixed the problem. Namely, plumed was linking by mistake
another boost version (homebrew).
parent fe9148be
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,3 @@ type=plumed
plumed_needs=boost_serialization
plumed_modules=drr
arg="drr_tool --extract test.drrstate -v"
# Skip this since it crashes on travis-ci
# I'm not sure about the reason, could be the boost version of macports
function plumed_custom_skip(){
if [ "$(uname)" == "Darwin" ] ; then
return 0
else
return 1
fi
}
function plumed_custom_skip(){
if [ "$(uname)" == "Darwin" ] ; then
return 0
else
return 1
fi
}
type=plumed
plumed_needs=boost_serialization
plumed_modules=drr
......
......@@ -2,10 +2,3 @@ type=driver
plumed_needs=boost_serialization
plumed_modules=drr
arg="--plumed plumed.dat --trajectory-stride 1 --timestep 0.005 --ixyz ala12_trajectory.xyz --dump-forces forces --dump-forces-fmt=%10.6f"
function plumed_custom_skip(){
if [ "$(uname)" == "Darwin" ] ; then
return 0
else
return 1
fi
}
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