mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
toolchain: remove elpa parallel build issue workaround
as noted in #699
This commit is contained in:
parent
63b073ba01
commit
1bfbee43f0
1 changed files with 1 additions and 2 deletions
|
|
@ -15,8 +15,7 @@ source "${INSTALLDIR}"/toolchain.env
|
|||
ELPA_CFLAGS=''
|
||||
ELPA_LDFLAGS=''
|
||||
ELPA_LIBS=''
|
||||
# ELPA 2019.05.001 has a parallel build issue, restricting to -j1
|
||||
ELPA_MAKEOPTS='-j1'
|
||||
ELPA_MAKEOPTS=''
|
||||
|
||||
! [ -d "${BUILDDIR}" ] && mkdir -p "${BUILDDIR}"
|
||||
cd "${BUILDDIR}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue