Ticket #49686: Portfile-eigen3.diff
File Portfile-eigen3.diff, 1.2 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 25 25 subport eigen3-devel {} 26 26 27 27 if {${subport} eq ${name}} { 28 bitbucket.setup eigen eigen 3.2. 628 bitbucket.setup eigen eigen 3.2.7 29 29 name eigen3 30 30 conflicts eigen3-devel 31 31 … … 33 33 livecheck.regex {Eigen (\d+(\.\d+)+) released} 34 34 35 35 checksums \ 36 rmd160 64424b658a9edb2d822065085e362490a80e91c3\37 sha256 8a3352f9a5361fe90e451a7305fb1896fc7f771dc16cc0edd8e6b157f52c343e36 rmd160 5b44530da8a636f0295c926c5520303f111e3386 \ 37 sha256 e58e1a11b23cf2754e32b3c5990f318a8461a3613c7acbf6035870daa45c2f3e 38 38 39 patchfiles unsupported.patch40 39 } else { 41 40 # No current development version (other than rolling snapshot) 42 41 bitbucket.setup eigen eigen 3.3-alpha1 … … 104 103 # Avoid issues when archive changes the top-level directory name 105 104 extract.post_args-append -C ${worksrcpath} --strip-components 1 106 105 107 post-patch {108 copy ${filespath}/CMakeLists-eigenvalues.txt \109 ${worksrcpath}/unsupported/Eigen/src/Eigenvalues/CMakeLists.txt110 }111 112 106 # Install licenses and (if +doc) documentation 113 107 pre-destroot { 114 108 set build_suffix {}