eigen: out-commented pre configure function removed

This commit is contained in:
2022-06-13 16:09:26 +02:00
parent 639d268fdb
commit 86cf804674

View File

@@ -3,16 +3,5 @@
pbuild::add_to_group 'Compiler'
pbuild::set_download_url "https://gitlab.com/libeigen/$P/-/archive/${V_PKG}/$P-${V_PKG}.tar.bz2"
#pbuild::pre_configure() {
# export BOOST_ROOT="${BOOST_PREFIX}"
# pbuild::add_configure_args "-DUMFPACK_INCLUDES=${UMFPACK_INCLUDE_DIR}"
# pbuild::add_configure_args "-DUMFPACK_LIBRARIES=${UMFPACK_LIBRARY_DIR}"
# pbuild::add_configure_args "-DGMP_INCLUDES=${GMP_INCLUDE_DIR}"
# pbuild::add_configure_args "-DGMP_LIBRARIES=${GMP_LIBRARY_DIR}"
# pbuild::add_configure_args "-DMPFR_INCLUDES=${MPFR_INCLUDE_DIR}"
# pbuild::add_configure_args "-DMPFR_LIBRARIES=${MPFR_LIBRARY_DIR}"
# pbuild::add_configure_args "-DSUPERLU_INCLUDES=${SUPERLU_INCLUDE_DIR}"
# pbuild::add_configure_args "-DSUPERLU_LIBRARIES=${SUPERLU_LIBRARY_DIR}"
#}