Ticket #35342: sundials_Portfile.diff
File sundials_Portfile.diff, 1.2 KB (added by jjstickel (Jonathan Stickel), 11 years ago) |
---|
-
Portfile
old new 25 25 (forward and adjoint). KINSOL solves nonlinear algebraic\ 26 26 systems. 27 27 28 homepage http s://computation.llnl.gov/casc/sundials/main.html29 master_sites http:// www.llnl.gov/casc/sundials/download/code/28 homepage http://computation.llnl.gov/casc/sundials/main.html 29 master_sites http://computation.llnl.gov/casc/sundials/download/code/ 30 30 31 31 checksums rmd160 c489fcb114f6846c7d5aef2d0eb096cb96f3fbc9 \ 32 32 sha256 9935760931fa6539edd0741acbcf4986770426fd5ea40e50ad4ebed0fc77b0d3 … … 85 85 configure.args-append --with-lapack=${prefix}/lib/libtatlas.dylib 86 86 } 87 87 88 post-destroot { 89 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 90 xinstall -m 644 -W ${worksrcpath} LICENSE README ${destroot}${prefix}/share/doc/${name} 91 } 92 93 variant doc description {install pdf documentation} { 94 post-destroot { 95 system "cp -r ${worksrcpath}/doc/* ${destroot}${prefix}/share/doc/${name}/." 96 system "find ${destroot}${prefix}/share/doc -type f -exec chmod 644 {} \\;" 97 } 98 } 99 88 100 livecheck.type regex 89 101 livecheck.regex v.(\[0-9.\]+)