mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Create always a DBCSR setup file
This commit is contained in:
parent
c62c154cfb
commit
829d2eacfb
1 changed files with 2 additions and 0 deletions
|
|
@ -138,6 +138,8 @@ export CP_CFLAGS="\${CP_CFLAGS} ${DBCSR_CFLAGS}"
|
|||
export CP_LDFLAGS="\${CP_LDFLAGS} ${DBCSR_LDFLAGS}"
|
||||
export CP_LIBS="${DBCSR_LIBS} \${CP_LIBS}"
|
||||
EOF
|
||||
else
|
||||
touch "${BUILDDIR}/setup_dbcsr"
|
||||
fi
|
||||
|
||||
cat "${BUILDDIR}/setup_dbcsr" >> ${SETUPFILE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue