Ticket #49231: Portfile-OpenBLAS.diff

File Portfile-OpenBLAS.diff, 2.1 KB (added by dstrubbe (David Strubbe), 9 years ago)
  • Portfile

     
    55PortGroup           github 1.0
    66PortGroup           muniversal 1.0
    77
    8 github.setup        xianyi OpenBLAS 0.2.14 v
    9 revision            2
    10 
    11 conflicts           OpenBLAS-devel
     8name                OpenBLAS
    129categories          math science
    1310license             BSD
    1411maintainers         nicos openmaintainer
     
    2118archive_sites
    2219
    2320patchfiles          patch-libnoarch.diff \
    24                     patch-linkLib.diff \
    25                     patch-broadwell.diff \
    26                     patch-deployTarget.diff
     21                    patch-linkLib.diff
    2722
    28 checksums           rmd160  b8a5bbcdf1816a061e45aa086a9caa8540a45f6d \
     23subport OpenBLAS-devel { }
     24
     25if {[string first "-devel" $subport] > 0} {
     26    github.setup    xianyi OpenBLAS f27942a68ace
     27    name            ${github.project}-devel
     28    version         20150926
     29    conflicts       OpenBLAS
     30
     31    fetch.type      git
     32    livecheck.url   ${github.homepage}/commits/develop.atom
     33} else {
     34    github.setup    xianyi OpenBLAS 0.2.14 v
     35    revision        2
     36    conflicts       OpenBLAS-devel
     37
     38    checksums       rmd160  b8a5bbcdf1816a061e45aa086a9caa8540a45f6d \
    2939                    sha256  aba5088534719cefd77e4155c281c56a3accd3eea218574c2c3d236952bb632b
     40    patchfiles-append     patch-broadwell.diff \
     41                          patch-deployTarget.diff
     42}
    3043
    3144variant gcc45 conflicts gcc46 gcc47 gcc48 gcc49 clang \
    3245    description "Use Gcc45 as compiler" {
     
    164177    system "install_name_tool -id \
    165178        ${prefix}/lib/libopenblas-r${version}.dylib \
    166179        ${destroot}${prefix}/lib/libopenblas-r${version}.dylib"
    167     file delete ${destroot}/${prefix}/cmake/OpenBLASConfig.cmake
     180    if {[string first "-devel" $subport] <= 0} {
     181        file delete ${destroot}/${prefix}/cmake/OpenBLASConfig.cmake
     182    }
    168183    if {[variant_isset lapack]} {
    169184        #Install lapacke headers too
    170185        xinstall -m 755 ${worksrcpath}/lapack-netlib/lapacke/include/lapacke_config.h \