Skip to content
Snippets Groups Projects
Commit a996b8aa authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #919 from jppelteret/bugfix/gmsh-2

GMsh: Fix binary linking against its own libraries
parents 813fefbc 970196d8
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,9 @@ def install(self, spec, prefix):
build_directory = join_path(self.stage.path, 'spack-build')
source_directory = self.stage.source_path
options.append('-DCMAKE_INSTALL_NAME_DIR:PATH=%s/lib' % prefix)
# Prevent GMsh from using its own strange directory structure on OSX
options.append('-DENABLE_OS_SPECIFIC_INSTALL=OFF')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment