- Mar 08, 2024
-
-
- Mar 07, 2024
-
-
- Jan 15, 2024
-
-
- Jul 18, 2023
-
-
Sergey Kosukhin authored
-
- Jun 01, 2023
-
-
- Aug 12, 2022
-
-
Sergey Kosukhin authored
* we install with pip and do not need to check for the installation subdirectories
-
Sergey Kosukhin authored
-
- Aug 08, 2022
-
-
* partially reverts 5d01d68a
-
-
- Jul 11, 2022
-
-
Sergey Kosukhin authored
-
- Aug 20, 2021
-
-
- Aug 19, 2021
-
-
-
-
* original source by Thomas Jahns in YAXT project
-
- Feb 09, 2021
-
-
Sergey Kosukhin authored
-
- Dec 16, 2019
-
-
* Custom M4 macro are replaced with those to be used in the new ICON building system. * Removed cfortran.h: the mangling scheme for Fortran symbols is detected at the configure-time. * The precious variables for setting flags resuired to enable external packages (e.g. MTIME_C_INCLUDE, MTIME_C_LIB, etc.) are renamed to *_CFLAGS and *_CLIBS to better reflect their purpose. If those variables are set as command-line arguments of the configure script, the script checks only the given values literally, i.e. the script does not try to append and check any additional linking or compilation flags. * The definition of functions declared in yac_lapack_interface.h is moved to a separate file yac_lapack_interface.c. And the choice of the interface is made with a single preprocessor macro YAC_LAPACK_INTERFACE_ID. * The default suffix for include files for libxml2 is <XML2_ROOT>/include/libxml2 instead of <XML2_ROOT>/include. * The configure script argument '--without-mpi-pack-external' is renamed to '--disable-mpi-pack-external' to reflect that it belongs to the section 'Optional Features' and not to 'Optional Packages'. If the usage of MPI_Pack_external is disabled, the corresponding configure-time tests are skipped. * The configure script argument '--without-regard-for-quality' is renamed to '--enable-mpi-checks' (defaults to 'yes'). Previously, the argument allowed for ignoring the failures of the configure-time tests of MPI_Pack_external. Now the argument allows for skipping the tests at all when specifying a valid interactive MPI_LAUNCH command is not possible. * MPI_LAUNCH does not have to be a full path to an MPI launcher executable anymore: the value of the variable is interpreted as a command. * AR, ARFLAGS, and RANLIB are precious variable now and appear in the help message of the configure script. * The configure script does not try to detect MPI libraries, it only checks whether they are available (see comments in configure.ac).
-
- Dec 07, 2018
-
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
-
Sergey Kosukhin authored
Refactoring for lapack interface detection, added a bundled version of LAPACK (based on Netlib clapack).
-
- Nov 13, 2018
-
-
Sergey Kosukhin authored
The main idea of the refactoring of the tests is that test programs do not skip themselves (do not exit with 77). If a test needs to be skipped, it is done by the wrapper shell script. If a test program is supposed to be skipped, it doesn't get built at all.
-
- Nov 12, 2018
-
-
Sergey Kosukhin authored
-
- Oct 24, 2018
-
-
Rene Redler authored
-
- Oct 17, 2018
-
-
Rene Redler authored
-
- Jan 04, 2018
-
-
Thomas Jahns authored
-
- Nov 28, 2017
-
-
Thomas Jahns authored
-
- Apr 07, 2017
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
- Apr 06, 2017
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
- Aug 19, 2016
-
-
Moritz Hanke authored
-
- Feb 12, 2016
-
-
Thomas Jahns authored
* This way error output from MPI tests goes to config.log instead of console.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
- Feb 17, 2015
-
-
Thomas Jahns authored
* Otherwise ifort without -fltconsistency fails the test.
-
Thomas Jahns authored
-
- Jan 14, 2015
-
-
Thomas Jahns authored
* Also supports Fortran dependency tracking with Cray compiler.
-
- May 23, 2014
-
-
rene.redler authored
git-svn-id: https://svn.zmaw.de/svn/libyac/trunk@2 3c22882c-c568-4fae-9c4a-78ef0ebbe705
-