Skip to content

Commit

Permalink
blis: disable rpath to fix install; switch to python311
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and pmetzger committed Dec 17, 2023
1 parent da7252c commit 2a6805d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions math/blis/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup compiler_blacklist_versions 1.0
PortGroup github 1.0

github.setup flame blis 0.9.0
revision 0
revision 1
categories math
maintainers {@barracuda156 gmail.com:vital.had} {@catap korins.ky:kirill} openmaintainer
license BSD
Expand All @@ -32,14 +32,14 @@ configure.args-append \
--prefix=${prefix} \
--enable-shared \
--enable-static \
--enable-rpath
--disable-rpath

configure.post_args generic

if {${os.platform} eq "darwin" && ${os.major} < 11} {
depends_build-append port:python310
license_noconflict python310
configure.python ${prefix}/bin/python3.10
depends_build-append port:python311
license_noconflict python311
configure.python ${prefix}/bin/python3.11
} elseif {${os.platform} eq "darwin" && ${os.major} >= 19} {
configure.python /usr/bin/python3
} else {
Expand Down

0 comments on commit 2a6805d

Please sign in to comment.