Date: Sun, 6 Oct 2019 08:37:07 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513877 - head/science/fleur Message-ID: <201910060837.x968b7xr000800@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Oct 6 08:37:06 2019 New Revision: 513877 URL: https://svnweb.freebsd.org/changeset/ports/513877 Log: science/fleur: Spell HDF5_CMAKE_ON correctly Untested since the option is marked as broken. Modified: head/science/fleur/Makefile Modified: head/science/fleur/Makefile ============================================================================== --- head/science/fleur/Makefile Sun Oct 6 08:01:10 2019 (r513876) +++ head/science/fleur/Makefile Sun Oct 6 08:37:06 2019 (r513877) @@ -27,7 +27,7 @@ OPTIONS_DEFAULT= MPI SCALAPACK ELPA WANNIER HDF5_CONFIGURE_ENV= FLEUR_USE_HDF5=1 HDF5_ROOT=${LOCALBASE}/lib HDF5_CONFIGURE_ENV_OFF= FLEUR_USE_HDF5=0 -HDF5_CMAKE_ARGS= -DHDF5_INCLUDE_DIRS=${LOCALBASE}/include +HDF5_CMAKE_ON= -DHDF5_INCLUDE_DIRS=${LOCALBASE}/include HDF5_LDFLAGS= -lhdf5 HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 HDF5_BROKEN= Missing hdf5.mod in hdf5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910060837.x968b7xr000800>