Remove -j in distribution container files

This commit is contained in:
Richard Berger 2020-09-04 14:28:03 -04:00
parent 41a1c96e06
commit f6abdf97c4
No known key found for this signature in database
GPG Key ID: A9E83994E0BA0CAB
4 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ From: ubuntu:18.04
tar -xzf plumed.tar.gz
cd plumed-${PLUMED_PKG_VERSION}
./configure --disable-doc --prefix=/usr
make -j 8
make
make install
cd ../../
rm -rvf plumed

View File

@ -136,7 +136,7 @@ From: ubuntu:18.04
tar -xzf plumed.tar.gz
cd plumed-${PLUMED_PKG_VERSION}
./configure --disable-doc --prefix=/usr
make -j 8
make
make install
cd ../../
rm -rvf plumed

View File

@ -129,7 +129,7 @@ From: ubuntu:18.04
mkdir hipCUB/build
cd hipCUB/build
CXX=hipcc cmake -D BUILD_TEST=off ..
make -j 8
make
make package
make install

View File

@ -105,7 +105,7 @@ From: ubuntu:20.04
tar -xzf plumed.tar.gz
cd plumed-${PLUMED_PKG_VERSION}
./configure --disable-doc --prefix=/usr
make -j 8
make
make install
cd ../../
rm -rvf plumed