Skip to content
Snippets Groups Projects
Unverified Commit 1a959a56 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

must add USER-SCAFACOS to PACKLIB variable in Makefile

We need "make no-lib" to be correct for automated testing to work, since only known packages with libraries can be successfully compiled through jenkins and other tools. Those scripts usually do "make yes-all no-lib" and then "make yes-XXX" for selected packages where it is known how to build the required libs.
parent eebd075a
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ PACKUSER = user-atc user-awpmd user-bocs user-cgdna user-cgsdk user-colvars \ ...@@ -68,7 +68,7 @@ PACKUSER = user-atc user-awpmd user-bocs user-cgdna user-cgsdk user-colvars \
PACKLIB = compress gpu kim kokkos latte meam mpiio mscg poems \ PACKLIB = compress gpu kim kokkos latte meam mpiio mscg poems \
python reax voronoi \ python reax voronoi \
user-atc user-awpmd user-colvars user-h5md user-lb user-molfile \ user-atc user-awpmd user-colvars user-h5md user-lb user-molfile \
user-netcdf user-qmmm user-quip user-smd user-vtk user-netcdf user-qmmm user-quip user-scafacos user-smd user-vtk
PACKSYS = compress mpiio python user-lb PACKSYS = compress mpiio python user-lb
......
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