oce: fix bugs related to NULL pointers and compiler optimisation
This commit is contained in:
@@ -235,5 +235,4 @@ def install(self, spec, prefix):
|
||||
if 'oce' in spec:
|
||||
cmake('.')
|
||||
make('release')
|
||||
if sys.platform != 'darwin': #FIXME
|
||||
make('run',parallel=False)
|
||||
make('run',parallel=False)
|
||||
|
Reference in New Issue
Block a user