Commit Graph

30 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Yureka
f164a12772 alembic: build with openexr 3 2024-01-23 12:35:06 +01:00
R. Ryantm
e03fc13fba alembic: 1.8.5 -> 1.8.6 2023-09-28 07:06:08 +00:00
R. Ryantm
3873d53232 alembic: 1.8.4 -> 1.8.5 2023-03-18 08:40:33 +00:00
Tobias Markus
54e1189fbc alembic: Add maintainer tmarkus 2023-03-09 23:59:44 +01:00
Tobias Markus
79aebb6204 alembic: Fix install destinations
The generated CMake targets file was referring to an incorrect
destination as the derivation manually moved the libraries during
installPhase, while CMake uses the path it thinks is going to be used
(the DESTINATION in the install rule) in the IMPORTED_LOCATION property.

By setting the install destinations via CMake flags (and patching the
DESTINATION for the binary install rules), CMake will pick up the
correct locations in the generated AlembicTargets-release.cmake file.

Along with fixing that issue, this commit also includes the following
changes:
* Remove unused unzip nativeBuildInput
* Enable unit tests
* Add missing direct dependency ilmbase:
  Previously it was only picked up indirectly, resulting in CMake
  configuration warnings
* Add ilmbase as propagatedBuildInput:
  Downstream users of Alembic (via CMake) need to add ilmbase as a
  dependency as well
  For some reason this is not discovered correctly otherwise
* Use CMake setup hooks instead of setting buildPhase/installPhase
2023-03-09 23:59:44 +01:00
R. Ryantm
3b07d6b728 alembic: 1.8.3 -> 1.8.4 2022-11-13 10:28:53 +00:00
R. RyanTM
cf5db339eb alembic: 1.8.2 -> 1.8.3 2021-09-14 00:45:49 +00:00
R. RyanTM
154cd7d9af alembic: 1.8.1 -> 1.8.2 2021-06-16 12:54:31 -07:00
R. RyanTM
1dde95b786 alembic: 1.8.0 -> 1.8.1 2021-05-16 00:37:10 +00:00
R. RyanTM
d15f49411c alembic: 1.7.16 -> 1.8.0 2021-04-22 04:32:54 +00:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
R. RyanTM
f9e72ad047 alembic: 1.7.15 -> 1.7.16 2020-11-25 21:13:25 +00:00
R. RyanTM
7733a2c84c alembic: 1.7.14 -> 1.7.15 2020-11-23 20:46:36 +01:00
R. RyanTM
87ca836937 alembic: 1.7.13 -> 1.7.14 2020-08-25 00:53:08 +00:00
R. RyanTM
a794977af3 alembic: 1.7.12 -> 1.7.13 2020-07-14 16:32:56 -04:00
R. RyanTM
36038807ca alembic: 1.7.11 -> 1.7.12 (#72454) 2019-11-03 10:28:07 +01:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
f27e38eac4 alembic: 1.7.10 -> 1.7.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alembic/versions
2019-05-20 19:53:33 -07:00
R. RyanTM
f1547326cf alembic: 1.7.9 -> 1.7.10 (#52927)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alembic/versions
2018-12-29 20:15:29 +01:00
R. RyanTM
f417ae0007 alembic: 1.7.8 -> 1.7.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alembic/versions
2018-09-25 07:51:52 -07:00
R. RyanTM
19ac1d7fd6 alembic: 1.7.7 -> 1.7.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/alembic/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/7w88c8acygk8igrg5s6snyzhyf13mjbj-alembic-1.7.8-bin/bin/abcls -h’ got 0 exit code
- ran ‘/nix/store/7w88c8acygk8igrg5s6snyzhyf13mjbj-alembic-1.7.8-bin/bin/abcls --help’ got 0 exit code
- ran ‘/nix/store/7w88c8acygk8igrg5s6snyzhyf13mjbj-alembic-1.7.8-bin/bin/abcls help’ got 0 exit code
- ran ‘/nix/store/7w88c8acygk8igrg5s6snyzhyf13mjbj-alembic-1.7.8-bin/bin/abctree -h’ got 0 exit code
- ran ‘/nix/store/7w88c8acygk8igrg5s6snyzhyf13mjbj-alembic-1.7.8-bin/bin/abctree --help’ got 0 exit code
- ran ‘/nix/store/7w88c8acygk8igrg5s6snyzhyf13mjbj-alembic-1.7.8-bin/bin/abcconvert --help’ got 0 exit code
- found 1.7.8 with grep in /nix/store/7w88c8acygk8igrg5s6snyzhyf13mjbj-alembic-1.7.8-bin
- directory tree listing: https://gist.github.com/0d7ea213b28bd60d9e8cfe5bfbaa4363
2018-05-10 10:20:26 +02:00
R. RyanTM
2a13e8fdb2 alembic: 1.7.6 -> 1.7.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/alembic/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcls -h` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcls --help` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcls help` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abctree -h` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abctree --help` got 0 exit code
- ran `/nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin/bin/abcconvert --help` got 0 exit code
- found 1.7.7 with grep in /nix/store/739vhfkmanak88f4g6yzqkrsid2mi59r-alembic-1.7.7-bin
- directory tree listing: https://gist.github.com/ef5ac862933e11b24f7c82cf0d0c4b16
2018-04-02 01:06:13 +02:00
Ryan Mulligan
a5d2b1b3bf alembic: 1.7.5 -> 1.7.6
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/lq17m55g4javshd8v5qlw3mmcpcy6zc4-alembic-1.7.6-bin/bin/abcls -h` got 0 exit code
- ran `/nix/store/lq17m55g4javshd8v5qlw3mmcpcy6zc4-alembic-1.7.6-bin/bin/abcls --help` got 0 exit code
- ran `/nix/store/lq17m55g4javshd8v5qlw3mmcpcy6zc4-alembic-1.7.6-bin/bin/abcls help` got 0 exit code
- ran `/nix/store/lq17m55g4javshd8v5qlw3mmcpcy6zc4-alembic-1.7.6-bin/bin/abctree -h` got 0 exit code
- ran `/nix/store/lq17m55g4javshd8v5qlw3mmcpcy6zc4-alembic-1.7.6-bin/bin/abctree --help` got 0 exit code
- ran `/nix/store/lq17m55g4javshd8v5qlw3mmcpcy6zc4-alembic-1.7.6-bin/bin/abcconvert --help` got 0 exit code
- found 1.7.6 with grep in /nix/store/lq17m55g4javshd8v5qlw3mmcpcy6zc4-alembic-1.7.6-bin
2018-03-23 14:52:24 -05:00
Ryan Mulligan
f4e82e4983 alembic: 1.7.4 -> 1.7.5
Semi-automatic update; builds on NixOS
2018-02-24 14:25:44 -08:00
Guillaume Bouchard
2995066e9b alembic: use threadsafe hdf5 (#30682)
* hdf5: introduce hdf5-threadsafe variant

Compiled with thread safe support and without the High Level library
which is incompatible with thread safety.

* alembic: clean buildInputs to nativeBuildInputs

* alembic: use hdf5-threadsafe
2018-01-16 18:31:35 +08:00
Piotr Bogdan
1c42c2f418 alembic: fix build 2017-11-01 23:19:57 +01:00
Guillaume Bouchard
db6e674bc8 alembic: init at 1.7.4 2017-10-18 11:57:09 +02:00