Skip to content

Commit

Permalink
superlu_dist: v6.4.0 as 7.0.0 is not working
Browse files Browse the repository at this point in the history
superlu_dist v6.4.0: adds checksum and cleanups
superlu_dist from github repo as tarball
superlu_dist: version 7.0.0
minor styling

superlu_dist: v7.0.0 tarball from github

superlu_dist: add comment for VERSION=7.0.0
  • Loading branch information
koecher committed Jul 12, 2021
1 parent 8becb56 commit c96b1d2
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions deal.II-toolchain/packages/superlu_dist.package
Original file line number Diff line number Diff line change
@@ -1,25 +1,32 @@
################################################################################
## SUPERLU_DIST ##
################################################################################
# SUPERLU_DIST

VERSION=6.4.0
CHECKSUM=4001999cda77d6176077f160f1a4659a

VERSION=5.1.2
CHECKSUM=0a99bbb5f6c26a9c1d7ab17ea35d4e6f
# Linking issues with BLAS/LAPACK, maybe CombBLAS is needed for v7.0.0:
#VERSION=7.0.0
#CHECKSUM=skip

NAME=superlu_dist_${VERSION}
# NOTE: the tarball is v7.0.0.tar.gz but the folder is superlu_dist-7.0.0
NAME=v${VERSION}
PACKING=.tar.gz
EXTRACTSTO=SuperLU_DIST_${VERSION}
SOURCE=http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
EXTRACTSTO=superlu_dist-${VERSION}

BUILDCHAIN=cmake
SOURCE=https://github.com/xiaoyeli/superlu_dist/archive/refs/tags/

INSTALL_PATH=${INSTALL_PATH}/${NAME}
BUILDCHAIN=cmake
INSTALL_PATH=${INSTALL_PATH}/${EXTRACTSTO}

CONFOPTS="${CONFOPTS} \
-D CMAKE_C_FLAGS:STRING=\"-std=c99 -fPIC\" \
-D TPL_ENABLE_LAPACKLIB:BOOL=ON \
-D TPL_ENABLE_PARMETISLIB:BOOL=ON \
-D TPL_PARMETIS_INCLUDE_DIRS:PATH=${PARMETIS_DIR}/include \
-D TPL_PARMETIS_LIBRARIES:FILEPATH=${PARMETIS_DIR}/lib/libparmetis.${LDSUFFIX} \
-D CMAKE_C_FLAGS:STRING=\"-std=c99 -fPIC\" \
-D BUILD_SHARED_LIBS:BOOL=ON"

################################################################################
package_specific_register () {
export SUPERLU_DIR=${INSTALL_PATH}

Expand Down

0 comments on commit c96b1d2

Please sign in to comment.