Ward Fisher
|
39c9d10ede
|
Removed a stray debugging message.
|
2015-06-18 14:37:31 -06:00 |
|
Ward Fisher
|
952b73e51e
|
Modified how m4 is detected/handled, made it less a straight platform check.
|
2015-06-11 14:28:39 -06:00 |
|
Ward Fisher
|
099b6eb05b
|
Bumped version info.
|
2015-06-04 15:19:51 -06:00 |
|
Ward Fisher
|
76e85a9c76
|
Working on cleaning up the auth.md file.
|
2015-06-03 15:15:00 -06:00 |
|
Ward Fisher
|
64e0d2a44e
|
Added a new test for h4 endianness. [NCF332]
|
2015-05-28 17:13:15 -06:00 |
|
Ward Fisher
|
99ef1624bc
|
Regarding [NCF-331], the issues appears to have been in nc4file.c:get_type_info2(). The call to H5Tget_order() was only happening for H5T_Float. According to the documentation, this works for all datatypes as of hdf5 1.8.6. This tentatively fixes the bug reported, but additional testing (and cleanup from debugging) is needed.
|
2015-05-15 14:24:27 -06:00 |
|
Ward Fisher
|
999f4e5720
|
Additional debugging, modified the LOGGING functions somewhat. Also modified ncdump to print 'native' endianness. This may be removed before merging back into trunk.
|
2015-05-14 17:22:07 -06:00 |
|
Ward Fisher
|
6ca2170495
|
Modified how CMake builds detect szip.
|
2015-05-07 17:44:29 -06:00 |
|
Ward Fisher
|
cc6e6873eb
|
Added an advanced cmake option, ENABLE_FAILING_TESTS, which will be used to manage tests that are known to fail, but for which failure is not expected/desired. This way we can occasionally check to see if other fixes/changes have fixed failures we're aware of.
|
2015-04-29 11:04:26 -06:00 |
|
Ward Fisher
|
d80300b565
|
Corrected logic error in buildname prefix/suffix.
|
2015-04-23 11:13:50 -06:00 |
|
Ward Fisher
|
b5ef92dc5f
|
Added BUILDNAME_PREFIX and BUILDNAME_SUFFIX options to cmake build system, to make it easier to customize the build name displayed on the CDash dashboard.
|
2015-04-23 11:03:26 -06:00 |
|
Ward Fisher
|
23e4079480
|
Relocated a check for mremap so that MMAP support can be properly enabled via cmake.
|
2015-04-22 09:59:39 -06:00 |
|
Ward Fisher
|
218bd4a259
|
Corrected logic error.
|
2015-04-21 16:04:39 -06:00 |
|
Ward Fisher
|
4c07e22ae4
|
Progress working towards [NCF-329]
|
2015-04-21 13:52:43 -06:00 |
|
Ward Fisher
|
9fccf5de56
|
Bumped version number in preparation for the next release, 4.3.3.1
|
2015-02-25 10:48:12 -07:00 |
|
Ward Fisher
|
9c87a7466b
|
Corrected a sloppy error on my part.
|
2015-02-23 15:58:30 -07:00 |
|
Ward Fisher
|
4b9230b4a9
|
Preparing for 4.3.3 release.
|
2015-02-12 13:16:54 -07:00 |
|
Ward Fisher
|
5b40f3a27e
|
Added a platform check for hostname on Windows. Updated how 'diff' is called in a diskless test to ignore whitespace when comparing files.
|
2015-02-04 09:11:27 -07:00 |
|
Ward Fisher
|
444bf7a311
|
Cleaning up ctest site identification.
|
2015-02-02 15:14:22 -07:00 |
|
Ward Fisher
|
2d72b7ca7f
|
More work on getting the shell scripts working properly with cmake under MSYS.
|
2015-02-02 14:46:50 -07:00 |
|
Ward Fisher
|
fe1b96cdd9
|
Updated CMakelists to remove debug, release subdirectories on Windows. Updating shell scripts to work with MSYS paths.
|
2015-02-02 14:46:50 -07:00 |
|
Ward Fisher
|
ee352cd622
|
Prepared documentation for upcoming release candidate.
|
2015-01-14 13:01:13 -07:00 |
|
Ward Fisher
|
6a0d7cc51a
|
Added a sizeof check for void*
|
2015-01-12 12:13:26 -07:00 |
|
Ward Fisher
|
252be7549e
|
Made m4 check with cmake linux/unix only.
|
2015-01-12 10:42:33 -07:00 |
|
Ward Fisher
|
77619e5c06
|
Added failure states if m4 utility is not detected.
|
2015-01-12 10:36:11 -07:00 |
|
Ward Fisher
|
3aa6c969e2
|
Added an explicit check for CURLOPT_CHUNK_BGN_FUNCTION, otherwise we break the build on systems with libcurl older than version 7.21.0
|
2014-12-27 22:59:06 -08:00 |
|
Ward Fisher
|
9c2fd8541b
|
Added checks for Windows systems.
|
2014-12-15 10:56:14 -07:00 |
|
Ward Fisher
|
1eaa18dbd5
|
Moved dependencies into proper location in relation to netcdf.dll to avoid 'can't find hdf5.dll, etc' errors.
|
2014-12-05 11:19:02 -07:00 |
|
Ward Fisher
|
d3e1f2a82a
|
Modified Settings used to generate Binary installer for Windows, so that the user is given the option of adding the binaries to the system path.
|
2014-12-02 13:58:23 -07:00 |
|
Ward Fisher
|
8de2a68a30
|
Renamed option used to enable fortran bootstrap behavior. Updated RELEASE_NOTES.md with information re: this new option.
|
2014-11-20 15:56:11 -07:00 |
|
Ward Fisher
|
c0bc240a3a
|
Reworked a little bit. Now two new targets are added, build-netcdf-fortran and install-netcdf-fortran. The latter can be run as root, if need be.
|
2014-11-19 14:29:32 -07:00 |
|
Ward Fisher
|
aba5029ac0
|
Reorganized postinstall scripts.
|
2014-11-18 12:52:41 -07:00 |
|
Ward Fisher
|
7947e31f74
|
Further work on getting an install-fortran option working. Cmake only so far, and now works with static AND shared builds.
|
2014-11-18 10:50:19 -07:00 |
|
Ward Fisher
|
04b8640efe
|
Updated configuration for automatically building netcdf fortran.
|
2014-11-18 10:50:19 -07:00 |
|
Ward Fisher
|
a4724f7aee
|
Initial attempt at getting netcdf-c to automatically build and install netcdf-fortran.
|
2014-11-18 10:50:19 -07:00 |
|
xantares
|
c59911a8e5
|
Fix ENABLE_RPC cmake option syntax
|
2014-10-31 16:53:06 +01:00 |
|
Ward Fisher
|
d9ae7dff7a
|
Merge branch 'cmake-hdf5-variable-names' of https://github.com/nschloe/netcdf-c into nschloe-cmake-hdf5-variable-names
|
2014-10-15 15:24:37 -06:00 |
|
Ward Fisher
|
4b7349885a
|
Merge branch 'link-what-you-use' of https://github.com/nschloe/netcdf-c into nschloe-link-what-you-use
|
2014-10-15 14:51:08 -06:00 |
|
Ward Fisher
|
7a13f2afc9
|
The call to h5cc (used to determine the hdf5 version) was not working properly on OSX or Ubuntu 14.04. Replaced with a similar call. Also modified the call to use h5pcc in the event we are on a parallel system.
|
2014-10-09 16:00:01 -06:00 |
|
Nico Schlömer
|
9d6431a040
|
tests are using HDF5 explicitly, so link against HDF5
|
2014-10-08 12:50:55 +02:00 |
|
Nico Schlömer
|
89bec1cd8b
|
move macro defintions behind option settings
This allows us to access HDF5 variables in the macros.
|
2014-10-08 12:47:58 +02:00 |
|
Nico Schlömer
|
9cc1e8035a
|
rename HDF5_*_LIBRARY to HDF5_*_LIBRARIES
This makes sure that netCDF plays nicely with FindHDF5.cmake
from CMake.
Conflicts:
liblib/CMakeLists.txt
|
2014-10-08 12:38:20 +02:00 |
|
Ward Fisher
|
5b62a7199b
|
Added NC_EXTRA_DEPS option to netcdf-c
|
2014-09-29 12:04:35 -06:00 |
|
Ward Fisher
|
780add18de
|
Corrected a logic error in CMake-based system when building with server-based search.
|
2014-09-24 12:40:27 -06:00 |
|
Ward Fisher
|
4958670b0c
|
Added a new .gitignore specific to include/.
Added netcdf_meta.h to user documentation generated by doxygen.
|
2014-09-18 15:05:08 -06:00 |
|
Ward Fisher
|
841729d2ec
|
Removed explicit optimization for debug builds.
|
2014-09-17 10:39:24 -06:00 |
|
Ward Fisher
|
0d4b4e62ca
|
Merge pull request #81 from opoplawski/rpath
Drop extra setting of CMAKE_INSTALL_RPATH
|
2014-09-12 15:14:25 -06:00 |
|
Ward Fisher
|
028d564344
|
Have finished with autotools-based netcdf_meta.h template. Need to redo cmake-based template to match behavior.
Modified cmake to use the same netcdf_meta template as autotools.
Removed trace of old cmake template file.
|
2014-09-11 12:32:55 -06:00 |
|
Ward Fisher
|
37928ea229
|
Added generated file for cmake-based builds.
|
2014-09-10 13:35:27 -06:00 |
|
Ward Fisher
|
206ebc514c
|
Infrastructure for generating a meta header file dynamically at configure time.
|
2014-09-10 13:35:27 -06:00 |
|