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

13 Commits

Author SHA1 Message Date
Evgeny Posenitskiy
34629c7d97
Update Debian files (#100)
* Change debian files to avoid conflicts when packaging
2022-09-27 13:54:54 +02:00
bc5abdf16f Update .gitignore 2022-02-16 18:00:18 +01:00
Pablo Lopez Rios
f89e542f26 gitignore editor swap/backup files, suggested build directory, build byproducts 2022-01-18 14:14:27 +00:00
5d3faddaae update gitignore 2021-12-03 11:45:10 +01:00
c7565e9dec minor changes 2021-08-24 11:51:29 +03:00
12c2a3a014 update gitignore 2021-07-26 18:43:49 +02:00
a203bf8958 update gitignore 2021-06-16 12:04:55 +02:00
3a9e2776eb add config.h to gitignore 2021-06-15 11:27:14 +02:00
625cbc3d20 update gitignore 2021-06-08 09:25:07 +02:00
8b580fee4a Automake done. Need to improve tests 2021-05-28 13:36:39 +02:00
61bc9991bf gitignore pc file 2021-05-06 09:39:18 +02:00
f7dea1fd1c Fixed configure and install 2021-05-05 11:37:48 +02:00
Evgeny Posenitskiy
818d66d4d3
Autoconfig with optional HDF5 compilation (#42)
Makefile.in:
* recursive build;
* advanced make targets;
* major support for autoconf and minor for package managers.

configure.ac:
* optional HDF5 compilation [default: --with-hdf5];
* add -fPIC to CFLAGS if missing.
2021-04-28 15:30:18 +02:00