Package Release Info

cgns-4.1.1-bp153.1.20

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

cgns
cgns-devel
cgns-devel-static
libcgns4_1

Change Logs

Version: 4.1.1-bp152.1.4
* Tue Apr 07 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Fix last change (typo in spec file, should be %_lib not %lib).
* Tue Apr 07 2020 Andreas Schwab <schwab@suse.de>
- Handle all architectures with %_lib != lib
* Fri Apr 03 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 4.1.1:
  * (CGNS-196) Fixed the compilation of cgnstools, which still
    made use the Removed APIs in 4.1.0
- Update to version 4.1.0:
  * Added CPEX42 Storing bounding box of a grid (CGNS-149).
  * Added CPEX43 Family hierarchy as a tree (CGNS-180).
- Update to version 4.1.0:
  * Added CPEX 41 NGON modification proposal (CGNS-121).
- The removal of CPEX 41 NGON in 3.4.1 broke gmsh and Paraview
* Sun Mar 29 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.4.1:
  * Restore backward compatibility by removing CPEX 41 NGON
    modification made in version 3.4.0.
- Update shlib package name to respect upstream's so version.
- Pass CMAKE_SKIP_INSTALL_RPATH=ON to cmake to disable setting
  rpath on installed libs; prevents build failures on Leap 15.2.
- Use %{name}-%{version} naming scheme for source tarball.
- Use %cmake_build instead of invoking make directly.
- Minor cleanups using spec-cleaner.
* Fri Aug 02 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Split static library into separate package.
- Use FAT LTO objects in order to provide proper static library.
* Sat Jul 27 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 3.4.0
  For a list of changes between 3.3.1 and 3.4.0, see included Release.txt
- Set License tag SPDX "Zlib", attribution is appreciated but not required
- Spec file cleanup
* Tue Jul 14 2015 toddrme2178@gmail.com
- Fix building on ppc64le and aarch64
* Thu Jul 17 2014 kilian@lackhove.de
- fixed 64-bit core, HDF5, Legacy and fortran build flags.
* Fri Mar 14 2014 toddrme2178@gmail.com
- Update to 3.2.1
  - fixed problem with IS_FIXED_SIZE macro for cubic elements
  - added check for open file to routines that don't take
    a file number (suggestion from Marc Poinet)
  - added HTMLHelp interface to cmake scripts
  - added AdditionalFamilyName to UserDefinedData
  - fixed compiler complaint about comparison between int and enum
  - added routines to set MPI communicator for parallel I/O
  - updated CMake scripts to work within other scripts (remove conflicts)
  - updates to some cgnstools utility conversion routines
  - fixes and updates to tests and cgnscheck
  - updates to support CG_FILE_ADF2 (2.5 compatibility)
  - fix for point set subregions
- Update to  3.2
  - full integration of parallel I/O using HDF5 with MPI
  - implemented CPEX 0033 and 0034
  - compression (rewriting) of file to remove unused space is no
    longer automatically done, since may interfere with parallel I/O.
    Added cgnscompress program to tools to do this afterwards.
  - removed cgnsversion program from tools since support was getting
    out of hand (N squared problem with versions).
  - added routines to convert to and from AFLR3, FAST, and TetGen
  - implemented cubic elements (CPEX 0036)
  - CGNStools documentation no longer included with source.
    The NASA Glenn website (or local copy) is now used instead.
- Update to 3.1.4-2
  - fixes to cmake scripts for Fortran
  - added check for open file to routines that don't take
    a file number (suggestion from Marc Poinet)
  - CGNStools documentation no longer included with source.
    The NASA Glenn website (or local copy) is now used instead.
  - save window size for cgnsview
  - fix to computing path lists in CMake script
- Update to 3.1.4
  - added some const definitions to library
  - moved unlink of filename when using CG_MODE_WRITE on open to cgio
  - fixed goto for FamilyBCDataset for UserData, .etc
  - added cg_get_cgio_f and cg_root_id_f Fortran routines
  - fixed cmake and configure scripts to allow MPI with HDF5 and
    fixed bugs in those scripts
  - updated CGNSplot to handle all element types and 1-d and 2-d cases
  - fixes to cgnscheck
  - cleaned up some compiler warnings
  - added cgnsBuild.defs Makefile include to installation
  - removed unneeded tools directory from cgnstools
  - cgnstools no longer built automatically - need to set configure flag
  - allow CellCenter for BCs
  - added cg_precision and cg_precision_f functions to get integer
    size used to create the file (32 or 64)
* Sun Oct 14 2012 scorot@free.fr
- enable legacy and fortran interface
* Sat Oct 13 2012 scorot@free.fr
- spec file reformating
- install shared librarie and put it in a separate package
- enable hdf5 support
- update to version 3.1.3
  * No changelog available