Skip to content
Snippets Groups Projects
Commit 95c7f4fb authored by Jean-Paul Pelteret's avatar Jean-Paul Pelteret
Browse files

Fixes #915

parent 7ec28231
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,9 @@ def install(self, spec, prefix): ...@@ -62,6 +62,9 @@ def install(self, spec, prefix):
build_directory = join_path(self.stage.path, 'spack-build') build_directory = join_path(self.stage.path, 'spack-build')
source_directory = self.stage.source_path source_directory = self.stage.source_path
# Prevent GMsh from using its own strange directory structure on OSX
options.append('-DENABLE_OS_SPECIFIC_INSTALL=OFF')
if '+shared' in spec: if '+shared' in spec:
options.extend(['-DENABLE_BUILD_SHARED:BOOL=ON', options.extend(['-DENABLE_BUILD_SHARED:BOOL=ON',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment