1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 18:57:39 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
1a5babd403 incorporate changes from the stand-alone trexio-pypi-test repo 2022-01-07 10:25:09 +01:00
6262fd6e9f pin numpy versions to avoid RuntimeError when importing trexio 2021-09-30 17:23:43 +02:00
b9c3ddb30e FIX: bug related to import numpy in setup.py script
use the custom NUMPY_INCLUDEDIR environment variable derived from a call to numpy.get_include
2021-09-09 15:09:26 +02:00
04a713590a FIX bug due to the direct import of numpy in the setup script
+ add more classifiers
2021-09-08 19:26:30 +02:00
e72fbb4645 minor fixed in setup script to be compatible with Docker containers
+ replaced dependency on h5py with numpy
2021-09-07 17:31:25 +02:00
cf51d3971f read module version from _version.py file 2021-08-30 13:46:11 +03:00
1b05157316 get HDF5 compilation flags from pythonic pkgconfig 2021-08-24 11:48:46 +03:00
09823dd6a0 more portable build of the Python extension module with HDF5 paths propagated from configure script 2021-08-20 15:21:49 +03:00
902147b45b better structure of the python directory 2021-08-18 15:40:42 +03:00
31b14a891a make trexio a Python package instead of a module to fix some installation issues 2021-08-18 13:26:57 +03:00
bb18a9c826 minor cleaning 2021-08-05 17:48:53 +03:00
2854d617d4 make python directory and adapt build process 2021-08-05 12:55:18 +03:00
9a28b8d4bc Revert "create python directory and add TODO objectives"
This reverts commit 6ce91a6669.
2021-08-04 12:07:27 +03:00
6ce91a6669 create python directory and add TODO objectives 2021-08-04 10:18:36 +03:00