Skip to content

Commit

Permalink
dev-lang/julia: Respect $(get_libdir) and install libjulia.so at righ…
Browse files Browse the repository at this point in the history
…t place

Package-Manager: portage-2.2.28
  • Loading branch information
tamiko committed Sep 25, 2016
1 parent dda4863 commit e41aafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ src_configure() {
USE_SYSTEM_SUITESPARSE=1
USE_SYSTEM_ZLIB=1
VERBOSE=1
libdir="${EROOT}/usr/$(get_libdir)"
EOF

}
Expand Down
1 change: 1 addition & 0 deletions dev-lang/julia/julia-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ src_configure() {
USE_SYSTEM_SUITESPARSE=1
USE_SYSTEM_ZLIB=1
VERBOSE=1
libdir="${EROOT}/usr/$(get_libdir)"
EOF

}
Expand Down

0 comments on commit e41aafc

Please sign in to comment.