Skip to content
Permalink
Browse files

dssp: update to 3.0.7

- add MacPorts handle
- remove no-longer-needed reinplace
  • Loading branch information
reneeotten committed Apr 2, 2019
1 parent 266f545 commit a01b29294145bad73f9fed51154138eb56f7dd76
Showing with 4 additions and 8 deletions.
  1. +4 −8 science/dssp/Portfile
@@ -4,22 +4,22 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup cxx11 1.1

github.setup cmbi xssp 3.0.6
github.setup cmbi xssp 3.0.7
revision 0
name dssp

categories science
license Boost-1

maintainers {gmail.com:ottenr.work @reneeotten} openmaintainer
maintainers {reneeotten @reneeotten} openmaintainer

description DSSP automates protein secondary structure assignment.
long_description ${description}

platforms darwin

checksums rmd160 b66d81ce987f38feaa9a7082091ac20d0c97197e \
sha256 cb578365774d5f015b2b590716ec7e8923fa3d8334a8efdca87fa41a9c742ae1 \
checksums rmd160 ee5d6df0160dbec9dad8d2f728d66e311061107b \
sha256 917fe0faf7c07da8992b8348c25e6e7d39a8b4a239cf15dc9593c36da00859f2 \
size 167938

# patch binPROGRAMS to only include mkdssp
@@ -33,10 +33,6 @@ depends_build-append \

depends_lib-append port:boost

pre-configure {
reinplace "s|3.0.1|${version}|g" ${worksrcpath}/configure.ac
}

configure.cmd ./autogen.sh && ./configure
configure.args --disable-silent-rules

0 comments on commit a01b292

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