Date: Wed, 29 Aug 2018 22:03:23 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478422 - in head/math: . elpa elpa/files Message-ID: <201808292203.w7TM3NaL063202@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Aug 29 22:03:23 2018 New Revision: 478422 URL: https://svnweb.freebsd.org/changeset/ports/478422 Log: New port: math/elpa: Eigenvalue soLver for Petaflop Applications Added: head/math/elpa/ head/math/elpa/Makefile (contents, props changed) head/math/elpa/distinfo (contents, props changed) head/math/elpa/files/ head/math/elpa/files/patch-configure (contents, props changed) head/math/elpa/pkg-descr (contents, props changed) head/math/elpa/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Aug 29 21:39:38 2018 (r478421) +++ head/math/Makefile Wed Aug 29 22:03:23 2018 (r478422) @@ -180,6 +180,7 @@ SUBDIR += eigen2 SUBDIR += eigen3 SUBDIR += eispack + SUBDIR += elpa SUBDIR += emc2 SUBDIR += ent SUBDIR += entropy Added: head/math/elpa/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/elpa/Makefile Wed Aug 29 22:03:23 2018 (r478422) @@ -0,0 +1,48 @@ +# $FreeBSD$ + +PORTNAME= elpa +DISTVERSION= 2018.05.001 +CATEGORIES= math +MASTER_SITES= http://elpa.mpcdf.mpg.de/html/Releases/${DISTVERSION}/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Eigenvalue soLver for Petaflop Applications + +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= dual +LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING/gpl.txt +LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING/lgpl.txt + +LIB_DEPENDS= libopenblas.so:math/openblas + +USES= fortran gmake libtool localbase perl5 shebangfix +SHEBANG_GLOB= *.pl +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-avx --disable-avx2 --disable-static +USE_LDCONFIG= yes + +BINARY_ALIAS= make=gmake gcc=gcc${GCC_DEFAULT} g++=g++${GCC_DEFAULT} # build fails with clang: recursively calls cc +FCFLAGS+= -I${LOCALBASE}/include + +OPTIONS_DEFINE= OPENMP MPI DOCS +OPTIONS_DEFINE_amd64= SSE +OPTIONS_DEFAULT_amd64= SSE + +SSE_CFLAGS= -msse3 +OPENMP_CONFIGURE_ENABLE= openmp +MPI_CONFIGURE_WITH= mpi +MPI_LIB_DEPENDS= libmpich.so:net/mpich2 \ + libscalapack.so:math/scalapack + +PORTDOCS= * + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:NSSE} +CONFIGURE_ARGS+= --disable-sse --disable-sse-assembly +.endif + +post-install-DOCS-on: + @cd ${STAGEDIR}${DOCSDIR} && ${RM} *gpl* COPYING LICENSE + +.include <bsd.port.mk> Added: head/math/elpa/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/elpa/distinfo Wed Aug 29 22:03:23 2018 (r478422) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535560304 +SHA256 (elpa-2018.05.001.tar.gz) = a76c3402eb9d1c19b183aedabde8c20f4cfa4692e73e529384207926aec04985 +SIZE (elpa-2018.05.001.tar.gz) = 1202447 Added: head/math/elpa/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/elpa/files/patch-configure Wed Aug 29 22:03:23 2018 (r478422) @@ -0,0 +1,21 @@ +--- configure.orig 2018-08-29 19:42:22 UTC ++++ configure +@@ -23453,15 +23453,15 @@ postdeps_FC=$(echo $postdeps_FC | sed 's + + if test x"${with_mpi}" = x"yes"; then + if test x"${enable_openmp}" = x"yes"; then +- SUFFIX="_openmp" ++ SUFFIX="" + else + SUFFIX="" + fi + else + if test x"${enable_openmp}" = x"yes"; then +- SUFFIX="_onenode_openmp" ++ SUFFIX="" + else +- SUFFIX="_onenode" ++ SUFFIX="" + fi + fi + Added: head/math/elpa/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/elpa/pkg-descr Wed Aug 29 22:03:23 2018 (r478422) @@ -0,0 +1,7 @@ +The ELPA library provides highly efficient and highly scalable direct +eigensolvers for symmetric matrices. Though especially designed for use for +PetaFlop/s applications solving large problem sizes on massively parallel +supercomputers, ELPA eigensolvers have proven to be also very efficient for +smaller matrices. + +WWW: https://elpa.mpcdf.mpg.de/ Added: head/math/elpa/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/elpa/pkg-plist Wed Aug 29 22:03:23 2018 (r478422) @@ -0,0 +1,60 @@ +bin/elpa2_print_kernels +include/elpa-2018.05.001/elpa/elpa.h +include/elpa-2018.05.001/elpa/elpa_constants.h +include/elpa-2018.05.001/elpa/elpa_generated.h +include/elpa-2018.05.001/elpa/elpa_generated_legacy.h +include/elpa-2018.05.001/elpa/elpa_generic.h +include/elpa-2018.05.001/elpa/elpa_legacy.h +include/elpa-2018.05.001/modules/elpa.mod +include/elpa-2018.05.001/modules/elpa1.mod +include/elpa-2018.05.001/modules/elpa1_auxiliary.mod +include/elpa-2018.05.001/modules/elpa2.mod +include/elpa-2018.05.001/modules/elpa2_utilities.mod +include/elpa-2018.05.001/modules/elpa_api.mod +include/elpa-2018.05.001/modules/elpa_constants.mod +include/elpa-2018.05.001/modules/elpa_driver.mod +include/elpa-2018.05.001/modules/elpa_utilities.mod +lib/libelpa.so +lib/libelpa.so.11 +lib/libelpa.so.11.1.0 +libdata/pkgconfig/elpa-2018.05.001.pc +man/man1/elpa2_print_kernels.1.gz +man/man3/elpa_allocate.3.gz +man/man3/elpa_autotune_deallocate.3.gz +man/man3/elpa_autotune_set_best.3.gz +man/man3/elpa_autotune_setup.3.gz +man/man3/elpa_autotune_step.3.gz +man/man3/elpa_cholesky.3.gz +man/man3/elpa_deallocate.3.gz +man/man3/elpa_eigenvalues.3.gz +man/man3/elpa_eigenvectors.3.gz +man/man3/elpa_generalized_eigenvalues.3.gz +man/man3/elpa_generalized_eigenvectors.3.gz +man/man3/elpa_get_communicators.3.gz +man/man3/elpa_hermitian_multiply.3.gz +man/man3/elpa_init.3.gz +man/man3/elpa_invert_triangular.3.gz +man/man3/elpa_invert_trm_complex_double.3.gz +man/man3/elpa_invert_trm_complex_single.3.gz +man/man3/elpa_invert_trm_real_double.3.gz +man/man3/elpa_invert_trm_real_single.3.gz +man/man3/elpa_mult_ah_b_complex_double.3.gz +man/man3/elpa_mult_ah_b_complex_single.3.gz +man/man3/elpa_mult_at_b_real_double.3.gz +man/man3/elpa_mult_at_b_real_single.3.gz +man/man3/elpa_set.3.gz +man/man3/elpa_setup.3.gz +man/man3/elpa_solve_evp_complex_1stage_double.3.gz +man/man3/elpa_solve_evp_complex_2stage_double.3.gz +man/man3/elpa_solve_evp_complex_double.3.gz +man/man3/elpa_solve_evp_complex_single.3.gz +man/man3/elpa_solve_evp_real_1stage_double.3.gz +man/man3/elpa_solve_evp_real_2stage_double.3.gz +man/man3/elpa_solve_evp_real_double.3.gz +man/man3/elpa_solve_evp_real_single.3.gz +man/man3/elpa_solve_tridiagonal.3.gz +man/man3/elpa_uninit.3.gz +man/man3/solve_evp_complex_1stage_double.3.gz +man/man3/solve_evp_complex_2stage_double.3.gz +man/man3/solve_evp_real_1stage_double.3.gz +man/man3/solve_evp_real_2stage_double.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808292203.w7TM3NaL063202>