Skip to content
Snippets Groups Projects
Commit ceb019c2 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix import issue; Update ignore file

parent 9a5a245e
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
*.swp *.swp
*.pyc *.pyc
*.so *.so
*.so.*
CMakeLists.txt
bin bin
eggs eggs
parts parts
......
...@@ -41,6 +41,7 @@ class hdf5: ...@@ -41,6 +41,7 @@ class hdf5:
only. This will trigger our library search to disconsider shared only. This will trigger our library search to disconsider shared
libraries when searching. libraries when searching.
""" """
import os
self.name = 'hdf5' self.name = 'hdf5'
header = 'hdf5.h' header = 'hdf5.h'
......
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