summary refs log tree commit diff
path: root/pkgs/applications/science/math/gmsh/default.nix
Commit message (Collapse)AuthorAge
* gmsh: enable python bindingsBen Gamari2023-01-09
|
* gmsh: enable parallel buildingBen Gamari2023-01-06
|
* gmsh: Enable OpenMP supportBen Gamari2023-01-04
| | | | As this is parallelism that essentially comes for free.
* gmsh: 4.11 -> 4.11.1Ben Gamari2022-12-31
|
* gmsh: Enable shared libraryBen Gamari2022-12-31
| | | | This allows use of the Python and other bindings.
* gmsh: 4.10.5 -> 4.11.0R. Ryantm2022-11-07
|
* gmsh: 4.10.4 -> 4.10.5R. Ryantm2022-07-11
|
* gmsh: 4.10.2 -> 4.10.4R. Ryantm2022-06-26
|
* gmsh: 4.9.5 -> 4.10.2R. Ryantm2022-05-26
|
* gmsh: 4.9.4 -> 4.9.5R. Ryantm2022-02-25
|
* gmsh: enable testsRobert Scott2022-02-12
|
* gmsh: enable for darwinRobert Scott2022-02-12
|
* gmsh: 4.9.2 -> 4.9.4R. Ryantm2022-02-11
|
* gmsh: 4.9.0 -> 4.9.2R. RyanTM2022-01-08
| | | | | | | * gmsh: 4.9.0 -> 4.9.2 (#152872) * gmsh: use https Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
* gmsh: 4.8.4 -> 4.9.0R. Ryantm2021-12-11
|
* gmsh: 4.8.3 -> 4.8.4R. RyanTM2021-05-05
|
* gmsh: 4.8.1 -> 4.8.3R. RyanTM2021-04-29
|
* gmsh: 4.8.0 -> 4.8.1R. RyanTM2021-04-19
|
* gmsh: 4.7.1 -> 4.8.0R. RyanTM2021-03-08
|
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* gmsh: 4.7.0 -> 4.7.1R. RyanTM2020-12-02
|
* gmsh: 4.6.0 -> 4.7.0R. RyanTM2020-11-13
|
* gmsh: 4.5.6 -> 4.6.0R. RyanTM2020-07-03
|
* blas,lapack: use isILP64 instead of is64bitMatthew Bauer2020-04-20
| | | | | | | | This is a better name since we have multiple 64-bit things that could be referred to. LP64 : integer=32, long=64, pointer=64 ILP64 : integer=64, long=64, pointer=64
* treewide: use blas and lapackMatthew Bauer2020-04-17
| | | | | | | | | | | | This makes packages use lapack and blas, which can wrap different BLAS/LAPACK implementations. treewide: cleanup from blas/lapack changes A few issues in the original treewide: - can’t assume blas64 is a bool - unused commented code
* gmsh: 4.5.4 -> 4.5.6R. RyanTM2020-04-05
|
* gmsh: 4.5.2 -> 4.5.4R. RyanTM2020-03-05
|
* gmsh: 4.5.1 -> 4.5.2R. RyanTM2020-02-08
|
* gmsh: 4.4.1 -> 4.5.1R. RyanTM2020-01-06
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* gmsh: opencascade supportGabriel Ebner2019-08-14
|
* gmsh: 4.4.0 -> 4.4.1R. RyanTM2019-08-04
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gmsh/versions
* gmsh: 4.3.0 -> 4.4.0Angus Gibson2019-07-04
|
* gmsh: 4.2.3 -> 4.3.0 (#62420)R. RyanTM2019-06-07
| | | | | | | | | | | * gmsh: 4.2.3 -> 4.3.0 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gmsh/versions * gmsh: move cmake to nativeBuildInputs
* gmsh: 4.2.2 -> 4.2.3R. RyanTM2019-04-14
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gmsh/versions
* gmsh 4.2.1->4.2.2luz.paz2019-03-23
|
* gmsh: 4.1.5 -> 4.2.1luz.paz2019-03-08
|
* gmsh: 4.1.3 -> 4.1.5luz.paz2019-02-21
|
* gmsh: 4.1.0 -> 4.1.3R. RyanTM2019-01-28
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gmsh/versions
* gmsh: 4.0.7 -> 4.1.0R. RyanTM2019-01-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gmsh/versions
* gmsh: 4.0.5 -> 4.0.7luz.paz2018-12-14
|
* gmsh: 4.0.4 -> 4.0.5luzpaz2018-11-19
| | | Manually updated
* gmsh: restrict platform to x86_64-linuxMarkus Kowalewski2018-11-14
|
* gmsh: use openblas instead of atlas/lapackMarkus Kowalewski2018-11-14
| | | | | * openblas is properly recognized by cmake * the cmake patch is no longer neccessary
* gmsh: 4.0.2 -> 4.0.4R. RyanTM2018-11-09
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gmsh/versions
* gmsh: 4.0.1 -> 4.0.2R. RyanTM2018-10-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gmsh/versions
* gmsh: 4.0.0 -> 4.0.1 (#47060)R. RyanTM2018-09-28
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gmsh/versions
* gmsh: 3.0.6 -> 4.0.0 (#45592)R. RyanTM2018-08-27
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gmsh/versions.
* gmsh: gfortran -> nativeBuildInputs (fix #40976) (#40984)Sarah Brofeldt2018-05-23
|
* gmsh: 3.0.5 -> 3.0.6Ryan Mulligan2018-03-08
| | | | | | | | | Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 3.0.6 with grep in /nix/store/ha4gl4kswiq7pz4chb1ba9ixb51rcdsn-gmsh-3.0.6 - found 3.0.6 in filename of file in /nix/store/ha4gl4kswiq7pz4chb1ba9ixb51rcdsn-gmsh-3.0.6