Skip to content
Permalink
Browse files

getdp: update version 3.0.4->3.1.0

  • Loading branch information
MarcusCalhoun-Lopez committed Apr 20, 2019
1 parent 815be43 commit 57898f56e11ba05d518abaf81aeb523b4793e3ae
@@ -8,7 +8,7 @@ PortGroup linear_algebra 1.0
PortGroup muniversal 1.0

name getdp
version 3.0.4
version 3.1.0
revision 0
categories science math
license GPL-2+
@@ -24,15 +24,15 @@ master_sites http://getdp.info/src
extract.suffix .tgz
distname ${name}-${version}-source

checksums rmd160 cb0deaf5f258081bbb17153005ab127250910f1b \
sha256 fbea5c0fa959820d6c59bb9fad38f8b879ffc0beb0900a91f890f04f0778706c \
size 1990509

checksums rmd160 477f02bfe48d18f6e5c473a8124644d6128f1d92 \
sha256 638738cb7390a3b1aee5433560ae3f569e2ea9a3f3a9e5ae5ca2bc7fd32323e8 \
size 1844503

mpi.setup require_fortran

patchfiles-append patch-fortran_lib.diff \
patch-python_version.diff
patchfiles-append patch-python_version.diff \
patch-fortran_lib.diff \
patch-no_petsc.diff

depends_lib-append port:arpack \
port:gsl
@@ -1,11 +1,17 @@
--- CMakeLists.txt.orig 2018-10-11 00:06:15.000000000 -0700
+++ CMakeLists.txt 2018-11-10 08:51:02.000000000 -0700
@@ -590,7 +590,7 @@
if(CMAKE_Fortran_COMPILER_ID MATCHES "GNU")
if(CMAKE_Fortran_COMPILER MATCHES "gfortran")
if(NOT EXTERNAL_LIBRARIES MATCHES "gfortran")
- list(APPEND LAPACK_LIBRARIES -lgfortran)
+ #list(APPEND LAPACK_LIBRARIES -lgfortran)
endif()
elseif(CMAKE_Fortran_COMPILER MATCHES "f95")
list(APPEND LAPACK_LIBRARIES -lgfortran)
@@ -595,14 +595,6 @@
endif()
endif()

- if(CMAKE_Fortran_COMPILER_ID MATCHES "GNU")
- if(CMAKE_Fortran_COMPILER MATCHES "g77")
- list(APPEND LAPACK_LIBRARIES -lg2c)
- elseif(NOT EXTERNAL_LIBRARIES MATCHES "gfortran")
- list(APPEND LAPACK_LIBRARIES -lgfortran)
- endif()
- endif()
-
else()
set_config_option(HAVE_NO_FORTRAN "NoFortran")
endif()
@@ -0,0 +1,11 @@
See https://gitlab.onelab.info/getdp/getdp/commit/efe3527a191f1c541966aec6c5f601facc565326
--- Kernel/Operation_Vector.cpp.orig 2019-04-09 07:26:10.000000000 -0700
+++ Kernel/Operation_Vector.cpp 2019-04-20 10:53:36.000000000 -0700
@@ -12,7 +12,6 @@
#include "Message.h"
#include "Cal_Quantity.h"

-#include "petscvec.h"

/* TODO:

@@ -1,6 +1,6 @@
--- CMakeLists.txt.orig 2018-11-10 10:05:23.000000000 -0700
+++ CMakeLists.txt 2018-11-10 10:06:39.000000000 -0700
@@ -651,7 +651,7 @@
@@ -656,7 +656,7 @@
endif()

if(ENABLE_PYTHON)

0 comments on commit 57898f5

Please sign in to comment.
You can’t perform that action at this time.