oce: fix bugs related to NULL pointers and compiler optimisation

This commit is contained in:
Denis Davydov
2016-03-31 09:39:37 +02:00
parent 360994b638
commit 6d0b4a28ab
3 changed files with 502 additions and 5 deletions

View File

@@ -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)