Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions devtools/ci/appveyor/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ if %BUILD_TYPE% equ cmake-mingw (
)

if %BUILD_TYPE% equ configure-mingw (
sh -lc "./configure -nohdf5 -nofftw3 --buildlibs --with-bzlib=/mingw64/ --with-zlib=/mingw64 --with-readline=/mingw64/ -nofftw3 -shared -windows gnu" || exit /b
make libcpptraj -j2 || exit /b
sh -lc "./configure -nonetcdf -nofftw3 --buildlibs --with-bzlib=/mingw64/ --with-zlib=/mingw64 --with-readline=/mingw64/ -shared -windows gnu" || exit /b
make install -j2 || exit /b
)

2 changes: 1 addition & 1 deletion test/Test_Change/RunTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ EOF
fi

UNITNAME='Change mass from data set test'
CheckFor maxthreads 1 # FIXME this should eventually work in parallel
CheckFor netcdf maxthreads 1 # FIXME this should eventually work in parallel
if [ $? -eq 0 ] ; then
cat > change.in <<EOF
parm ../AFV.parm7
Expand Down