Skip to content
Permalink
Browse files

laszip: revbumps to update library info

  • Loading branch information
Veence committed Mar 26, 2018
1 parent b8021fb commit 496294deb7e7c3f9f7ebcf7fdfb5605523cc749d
Showing with 5 additions and 1 deletion.
  1. +5 −1 gis/laszip/Portfile
@@ -7,6 +7,7 @@ PortGroup cxx11 1.1
PortGroup github 1.0

github.setup LASZip LASzip 3.2.0
revision 1
name laszip
categories gis
maintainers {vince @Veence}
@@ -26,6 +27,9 @@ compiler.blacklist {clang < 500}
worksrcdir LASzip-LASzip-0a71b19

post-destroot {
exec install_name_tool -id ${prefix}/lib/liblaszip3.dylib \
exec install_name_tool -id ${prefix}/lib/liblaszip.3.dylib \
${destroot}${prefix}/lib/liblaszip.3.2.0.dylib
exec install_name_tool -id ${prefix}/lib/liblaszip_api.3.dylib \
${destroot}${prefix}/lib/liblaszip_api.3.2.0.dylib

}

0 comments on commit 496294d

Please sign in to comment.
You can’t perform that action at this time.