Skip to content

Commit

Permalink
powellopt: update to 2023.12.03
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Dec 2, 2023
1 parent 20bcfd5 commit 0121a6a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions fortran/powellopt/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,24 @@
PortSystem 1.0
PortGroup fortran 1.0

github.setup jacobwilliams PowellOpt 0.0.1
name powellopt
github.setup jacobwilliams PowellOpt 48bfb13c556119df2d273d6c5829b09608013338
version 2023.12.03
revision 0
categories-append math
license BSD
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
description Optimization algorithms by M.J.D. Powell
long_description This is a collection of derivative-free optimization algorithms by M.J.D. Powell.
checksums rmd160 8381e81dc462c3d3ca41b60b489eb258976442fc \
sha256 3356fec590837ba1ce0b88e13483d9655378c2e43ba1e2cccbc1b3a9e9c928b6 \
size 87335
checksums rmd160 bcfcfe552a162420d8d3dfe5ba13a06f2f636b24 \
sha256 5c85332ecda88210a867b50e7f1f0b555b106f203e29750f5dad23f823c6b95a \
size 87693
github.tarball_from archive

post-destroot {
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} LICENSE PowellOpt.md README.md ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} LICENSE.md PowellOpt.md README.md ${destroot}${docdir}
}

test.run yes

0 comments on commit 0121a6a

Please sign in to comment.