Skip to content

Commit 1e41111

Browse files
committed
Build WSClean according to march instead of portable
1 parent 6a5665a commit 1e41111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Singularity.lofar_sksp

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ From: lofar_sksp_base_x86-64_generic_cuda_fedora31.sif
388388
# Switch to mpicc for a minute
389389
export CC=`which mpicc`
390390
export CXX=`which mpic++`
391-
cmake -DCMAKE_INSTALL_PREFIX=$INSTALLDIR/wsclean -DPORTABLE=True -DIDGAPI_LIBRARIES=$INSTALLDIR/idg/lib/libidg-api.so -DIDGAPI_INCLUDE_DIRS=$INSTALLDIR/idg/include ..
391+
cmake -DCMAKE_INSTALL_PREFIX=$INSTALLDIR/wsclean -DTARGET_CPU=${MARCH} -DIDGAPI_LIBRARIES=$INSTALLDIR/idg/lib/libidg-api.so -DIDGAPI_INCLUDE_DIRS=$INSTALLDIR/idg/include ..
392392
$make -j ${J}
393393
$make install
394394
cd $INSTALLDIR

0 commit comments

Comments
 (0)