We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4009121 commit 9c943cbCopy full SHA for 9c943cb
lang/julia/Portfile
@@ -11,7 +11,7 @@ compilers.setup require_fortran -g95
11
compiler.blacklist-append {clang < 900}
12
13
github.setup JuliaLang julia 1.8.0 v
14
-revision 0
+revision 1
15
categories-append lang math science
16
maintainers {ieee.org:s.t.smith @essandess} openmaintainer
17
platforms darwin
@@ -97,6 +97,10 @@ post-destroot {
97
delete ${destroot}${prefix}/var
98
99
system -W ${destroot}${prefix}/bin "install_name_tool -add_rpath ${prefix}/lib julia"
100
+ if {${os.arch} eq "arm"} {
101
+ # manually fix code signature on arm
102
+ system -W ${destroot}${prefix} "/usr/bin/codesign --sign - lib/libjulia.${short_version}.dylib"
103
+ }
104
}
105
106
pre-test {
0 commit comments