Ticket #49686: Portfile-eigen3.diff

File Portfile-eigen3.diff, 1.2 KB (added by Schamschula (Marius Schamschula), 8 years ago)
  • Portfile

    old new  
    2525subport eigen3-devel {}
    2626
    2727if {${subport} eq ${name}} {
    28     bitbucket.setup     eigen eigen 3.2.6
     28    bitbucket.setup     eigen eigen 3.2.7
    2929    name                eigen3
    3030    conflicts           eigen3-devel
    3131
     
    3333    livecheck.regex     {Eigen (\d+(\.\d+)+) released}
    3434
    3535    checksums \
    36         rmd160  64424b658a9edb2d822065085e362490a80e91c3 \
    37         sha256  8a3352f9a5361fe90e451a7305fb1896fc7f771dc16cc0edd8e6b157f52c343e
     36        rmd160  5b44530da8a636f0295c926c5520303f111e3386 \
     37        sha256  e58e1a11b23cf2754e32b3c5990f318a8461a3613c7acbf6035870daa45c2f3e
    3838
    39     patchfiles          unsupported.patch
    4039} else {
    4140    # No current development version (other than rolling snapshot)
    4241    bitbucket.setup     eigen eigen 3.3-alpha1
     
    104103# Avoid issues when archive changes the top-level directory name
    105104extract.post_args-append -C ${worksrcpath} --strip-components 1
    106105
    107 post-patch {
    108     copy ${filespath}/CMakeLists-eigenvalues.txt \
    109         ${worksrcpath}/unsupported/Eigen/src/Eigenvalues/CMakeLists.txt
    110 }
    111 
    112106# Install licenses and (if +doc) documentation
    113107pre-destroot {
    114108    set build_suffix {}