Skip to content

Commit

Permalink
hpddm: remove deprecated PortGroup cxx11
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez committed Jan 20, 2020
1 parent db809ae commit eee8941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion math/hpddm/Portfile
Expand Up @@ -4,7 +4,6 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup mpi 1.0
PortGroup linear_algebra 1.0
PortGroup cxx11 1.1
PortGroup muniversal 1.0

github.setup hpddm hpddm c19bfa259083a5093bdbe86af4c9a3a9cfeb9e56
Expand All @@ -31,6 +30,8 @@ depends_lib-append port:python27 \
port:scalapack \
port:hypre

compiler.cxx_standard 2011

patchfiles-append patch-install_name.diff
post-patch {
reinplace "s|__MACPORTS_PREFIX__|${prefix}|g" ${worksrcpath}/Makefile
Expand Down

0 comments on commit eee8941

Please sign in to comment.