Skip to content
Permalink
Browse files

hdf5-18: remove obsolete port

Marked obsolete in 3c430bc

hdf5: remove pre-activate block
(was used for deactivating `hdf5-18`)

h4h5tools: drop paths for `hdf5-18`
(port was already switched to `hdf5` in 8136a51)
  • Loading branch information
chrstphrchvz authored and mamoll committed Apr 23, 2019
1 parent cb4a63a commit 94a5f6c000947bbf1552c789f676b77de37c3d73
Showing with 0 additions and 25 deletions.
  1. +0 −2 science/h4h5tools/Portfile
  2. +0 −14 science/hdf5-18/Portfile
  3. +0 −9 science/hdf5/Portfile
@@ -30,10 +30,8 @@ depends_lib-append \
configure.args-append \
--with-hdfeos2=${prefix}
configure.cppflags \
-I${prefix}/lib/hdf5-18/include \
-I${prefix}/include
configure.ldflags \
-L${prefix}/lib/hdf5-18/lib \
-L${prefix}/lib
if {[vercmp [macports_version] 2.5.99] >= 0} {
configure.env-append \

This file was deleted.

@@ -86,15 +86,6 @@ post-destroot {
${destroot}${prefix}/share/hdf5/
}

pre-activate {
if {![catch {set installed [lindex [registry_active hdf5-18] 0]}]} {
set _version [lindex $installed 1]
if {[vercmp $_version 1.8.15] < 0} {
registry_deactivate_composite hdf5-18 "" [list ports_nodepcheck 1]
}
}
}

test.run yes
test.target check

0 comments on commit 94a5f6c

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