- 26 Jul, 2018 1 commit
-
-
Hendryk Bockelmann authored
-
- 20 Jul, 2018 2 commits
-
-
Hendryk Bockelmann authored
-
Hendryk Bockelmann authored
add patch from Sergey Kosukhin to check for correct flags need to be used by Fortran compiler to link C code that uses OpenMP
-
- 18 Jul, 2018 1 commit
-
-
Hendryk Bockelmann authored
-
- 02 May, 2018 3 commits
-
-
Hendryk Bockelmann authored
-
Hendryk Bockelmann authored
-
Hendryk Bockelmann authored
-
- 22 Mar, 2018 1 commit
-
-
Hendryk Bockelmann authored
-
- 06 Mar, 2018 3 commits
-
-
Hendryk Bockelmann authored
-
Hendryk Bockelmann authored
-
Hendryk Bockelmann authored
-
- 19 Dec, 2017 1 commit
-
-
Hendryk Bockelmann authored
-
- 24 Aug, 2017 1 commit
-
-
Hendryk Bockelmann authored
-
- 16 Jun, 2017 1 commit
-
-
Hendryk Bockelmann authored
-
- 12 Jun, 2017 1 commit
-
-
Hendryk Bockelmann authored
-
- 02 Jun, 2017 1 commit
-
-
Hendryk Bockelmann authored
-
- 01 Jun, 2017 3 commits
-
-
Hendryk Bockelmann authored
-
Joerg Behrens authored
-
Joerg Behrens authored
-
- 09 May, 2017 2 commits
-
-
Hendryk Bockelmann authored
-
Hendryk Bockelmann authored
-
- 05 May, 2017 1 commit
-
-
Hendryk Bockelmann authored
-
- 26 Apr, 2017 2 commits
-
-
Hendryk Bockelmann authored
-
Hendryk Bockelmann authored
-
- 25 Apr, 2017 1 commit
-
-
Hendryk Bockelmann authored
-
- 05 Dec, 2016 1 commit
-
-
Hendryk Bockelmann authored
-
- 01 Dec, 2016 2 commits
-
-
Hendryk Bockelmann authored
-
Hendryk Bockelmann authored
-
- 13 Oct, 2016 1 commit
-
-
Hendryk Bockelmann authored
-
- 11 Oct, 2016 1 commit
-
-
Joerg Behrens authored
Testet on mistral with intel/15.0.6 and /sw/rhel6-x64/hdf5/hdf5-1.8.16-threadsafe-intel14
-
- 10 Oct, 2016 1 commit
-
-
Hendryk Bockelmann authored
-
- 07 Oct, 2016 1 commit
-
-
Hendryk Bockelmann authored
-
- 06 Oct, 2016 8 commits
-
-
Hendryk Bockelmann authored
-
Hendryk Bockelmann authored
-
Hendryk Bockelmann authored
-
Automake is capable of handling the uninstallations of files it knows about by itself and thus, the uninstall-local target in src/Makefile is superfluous. Remove it.
-
CLEANFILES is way easier than writing custom clean-local hooks. Employ it.
-
sct.h is generated at build time. Add it to BUILT_SOURCES to ensure that it gets built before anything else unconditionally.
-
The sct.h header is generated at build time and depends on the configuration. Do not include it in 'make dist' by putting it into the nodist_pkginclude_HEADERS variable. Furthermore, remove the *_SOURCES dependencies on sct.h from the programs in tests/ -- the Automake manual explicitly says that this doesn't work (section 9.4.1 Built Sources Example) and they cause sct.h to be included in the 'make dist' tarball.
-
Currently, the way src/sct.h is generated forbids out-of-tree builds. Fix this by giving the util/gen_public_header.pl script full paths to the source headers, i.e. prefix them by $(srcdir). For the tests directory, add -I $(top_builddir)/src to its CPPFLAGS in order to make the tests compilations find the sct.h places in the build directory now.
-