Commit Graph

584 Commits

Author SHA1 Message Date
Guillaume Girol
325aba25a7
Merge pull request #212242 from bouk/openmvs-fix-bins
openmvs: move binaries to correct location
2023-02-02 19:48:57 +00:00
Bouke van der Bijl
e6276c1d19 Remove installCheckPhase
There's no --version flag on the openmvs binaries.
2023-02-01 20:04:54 +01:00
Bouke van der Bijl
b1ea6b2d73 openmvs: add check and instalCheck 2023-02-01 12:10:23 +01:00
Bouke van der Bijl
8003109e39 openmvs: add missing gmp, mpfr 2023-01-31 13:54:21 +01:00
Bouke van der Bijl
1fe7bc7570 openmvs: don't compile test binary 2023-01-31 12:10:06 +01:00
R. Ryantm
d9cde24420 cwltool: 3.1.20221201130942 -> 3.1.20230127121939 2023-01-30 13:13:23 -05:00
Nick Cao
b40f84b205
Merge pull request #212446 from bouk/openmvg-build-lib
openmvg: build as shared library
2023-01-27 18:26:26 +08:00
Weijia Wang
dcd69bc308
Merge pull request #212714 from wegank/aarch64-gcc-comments
treewide: mark #201254
2023-01-26 15:38:04 +01:00
Weijia Wang
52a28708b8 treewide: mark #201254 2023-01-26 15:11:41 +01:00
Luflosi
b547e203d6
boinc: 7.20.5 -> 7.22.0
https://github.com/BOINC/boinc/releases/tag/client_release%2F7.22%2F7.22.0
2023-01-25 12:49:01 +01:00
Bouke van der Bijl
a725652372 openmvg: don't build shared if isStatic 2023-01-25 10:48:16 +01:00
Bouke van der Bijl
6917c3116b openmvg: build as shared library 2023-01-24 16:30:52 +01:00
Bouke van der Bijl
0dcc6bc710 Add missing 'optional' packages 2023-01-23 15:24:46 +01:00
Bouke van der Bijl
37abe67414 openmvg: add missing dependencies
* Use external cereal
* Add openmp for parallel processing
* Add bouk as maintainer
2023-01-23 14:46:58 +01:00
Bouke van der Bijl
b705896d69 openmvs: move binaries to correct location
Turns out the build puts the binaries into an OpenMVS directory so it
doesn't work when the bin folder is added to the PATH.
2023-01-23 11:33:21 +01:00
Nick Cao
ffa956cb00
Merge pull request #212039 from Et7f3/fix_ocamlPackages.megam
Fix ocaml packages.megam
2023-01-23 09:18:58 +08:00
Weijia Wang
6e9ffe5b99
Merge pull request #190246 from r-ryantm/auto-update/bada-bib
bada-bib: 0.7.2 -> 0.8.0
2023-01-22 23:33:47 +01:00
Et7f3
637880a98c ocamlPackages.megam: fix build with ocaml_5_0 2023-01-22 15:35:48 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Bouke van der Bijl
b3dead4ffb openmvs: init at 2.1.0 2023-01-20 15:50:59 +01:00
Bouke van der Bijl
e3848c1ec4
openmvg: 2.0 -> unstable-2022-12-30 (#211560) 2023-01-20 13:08:22 +01:00
Artturi
f837537cdd
Merge pull request #207034 from ShamrockLee/root-layout 2023-01-19 15:51:39 +02:00
ppenguin
6b2a42af7d
openmodelica: add openscenegraph to OMEdit build (enables 3D animation) 2023-01-16 12:15:14 +01:00
Fabian Affolter
1493baebd9 cwltool: 3.1.20220224085855 -> 3.1.20221201130942
Changelog: https://github.com/common-workflow-language/cwltool/releases/tag/3.1.20221201130942
2023-01-15 14:57:12 +01:00
Weijia Wang
b40f0196f3
megam: add darwin support (#209898)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-15 02:50:59 +01:00
Weijia Wang
f0425af6cd root5: migrate to python3 2023-01-05 10:56:07 +01:00
Shamrock Lee
c1027175c1 root: fix output directory layout with -Dgnuinstall=ON
Make "$out" more conformant to the bin/ lib/ share/ hirarchy
instead of messing up the user profile
with stuff like cmake/ config/ macros/ icons/ js/ tutorials/ ...

In this layout,
*   `tutorials` is now under `share/doc/ROOT/tutorial`
*   `cmake`, `font`, `icons`, `js` and `macro` is now under `share/root`
*   `Makefile.comp` and `Makefile.config` in now under `etc/root`.
2022-12-21 03:03:49 +08:00
Shamrock Lee
c09e03c1a6 root: remove the already-default CMAKE_INSTALL_*DIR flags 2022-12-21 03:03:38 +08:00
Dmitry Kalinkin
199975755e
Merge pull request #205394 from ShamrockLee/root-update
undefined
2022-12-17 19:58:37 -05:00
Dmitry Kalinkin
49d5867732 root: move nlohmann_json to propagatedBuildInputs 2022-12-17 17:57:37 -05:00
Sandro
ddc265fa1e
Merge pull request #204270 from Luflosi/update/boinc 2022-12-16 02:08:16 +01:00
Artturin
05a2dfd674 lib.replaceChars: warn about being a deprecated alias
replaceStrings has been in nix since 2015(nix 1.10)

so it is safe to remove the fallback

d6d5885c15
2022-12-15 22:25:51 +02:00
Luflosi
06137551e6
boinc: 7.20.2 -> 7.20.5
https://github.com/BOINC/boinc/releases/tag/client_release%2F7.20%2F7.20.5

Also simplify the code a bit by using `lib.versions.majorMinor` as suggested by @SuperSandro2000.
2022-12-13 18:50:42 +01:00
Shamrock Lee
e23f5f4f92 root: 6.26.8 -> 6.26.10 2022-12-11 18:00:34 +08:00
Shamrock Lee
f2fcf446d0 root: add xrootd support and workaround the xrootd runpath bug 2022-12-11 18:00:32 +08:00
Shamrock Lee
53f8736f10 root: adjust format 2022-12-11 17:45:55 +08:00
Fabian Affolter
7d3c53e6d1 snakemake: rename GitPython 2022-12-05 21:53:53 +01:00
Weijia Wang
280b4b8279
root: fix build on aarch64-linux (#203267) 2022-11-29 01:41:49 -05:00
K900
420fd2d25b graphia: 3.1 -> 3.2 2022-11-26 15:49:07 +03:00
Sandro
2ca694f473
Merge pull request #198552 from wegank/wxgtk-games 2022-11-24 14:21:25 +01:00
Sandro Jäckel
da3200b7b6
Revert "gplates: fix failing build"
This reverts commit 8a236e246a.
2022-11-16 00:29:02 +01:00
yurket
8a236e246a gplates: fix failing build
Started failing after the commit 11ea0e99b7 (Python 3.9->3.10 upgrade) with error:

    CMake Error at .../lib/cmake/Boost-1.75.0/BoostConfig.cmake:141 (find_package):
  Could not find a package configuration file provided by boost_python310

It appears that boost <= 1.78 fails to find Python with double digits in the minor version (like X.YZ)
2022-11-12 11:33:42 -08:00
Weijia Wang
699e05b52a
root5: migrate to gsl (#200455) 2022-11-10 18:59:19 -05:00
Shamrock Lee
a664ec27f4 root: add package test test-thisroot 2022-11-10 09:27:35 +08:00
Shamrock Lee
7f91dec5dd root: wrap the executable and patch thisroot.* 2022-11-10 09:23:52 +08:00
Dmitry Kalinkin
25fd03cf72
Merge pull request #200412 from wegank/root-darwin
root: 6.26.06 -> 6.26.08
2022-11-09 18:16:38 -05:00
Weijia Wang
d474e39f7d root: fix build on aarch64-darwin 2022-11-09 21:03:59 +01:00
Weijia Wang
5d5c6ded1a root: 6.26.06 -> 6.26.08 2022-11-09 18:19:45 +01:00
Shamrock Lee
0106a68555
root: enable davix and ssl support (#200096)
This enables CERN ROOT to open file urls with scheme
`davs://` and `https://`.

The inclusion of `openssl` in buildInputs
will increase neither closure size nor rebuild frequency,
since `python3`, which depends on `openssl`, is already a dependency.
2022-11-09 11:31:37 -05:00
Weijia Wang
e0e6444e50 boinc: unbreak on aarch64-linux 2022-11-09 00:59:14 +01:00
Fabian Affolter
cad704eb95 toil: 5.6.0 -> 5.7.1 2022-11-08 12:17:40 +01:00
Weijia Wang
7f0b7f4cf3 fityk: migrate to wxGTK32 2022-11-03 11:49:13 +01:00
github-actions[bot]
886633ba43
Merge master into staging-next 2022-10-15 00:04:00 +00:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
Franz Pletz
2c10e089b9
root: fix build with libxcrypt 2022-10-09 18:10:46 +02:00
Franz Pletz
6264d94616
root5: fix build with libxcrypt 2022-10-09 18:10:46 +02:00
R. Ryantm
cdfcbf552e simgrid: 3.31 -> 3.32 2022-10-06 15:54:46 +08:00
Theodore Ni
2d3705b141
root: mark broken on aarch64 2022-09-29 17:06:14 -07:00
R. Ryantm
f28b6e5468 snakemake: 7.14.1 -> 7.14.2 2022-09-27 19:16:23 -04:00
R. Ryantm
fe2504c61b snakemake: 7.14.0 -> 7.14.1 2022-09-26 23:13:22 -04:00
Anthony Roussel
341029d5cc
sasview: fix build
Caused by `asscalar` numpy API removal.
See https://github.com/SasView/sasview/pull/2178
2022-09-18 20:42:33 +02:00
Sandro Jäckel
224da23db2 sasview: remove unused input 2022-09-11 16:25:56 +02:00
Dmitry Kalinkin
ea1dcc4f8b
Merge pull request #189926 from veprbl/pr/root_rip_via_setup_hook
root: populate ROOT_INCLUDE_PATH via the setupHook
2022-09-08 19:45:45 -04:00
R. Ryantm
914100fd45 snakemake: 7.12.1 -> 7.14.0 2022-09-08 09:57:07 -04:00
R. Ryantm
76da07ebfb bada-bib: 0.7.2 -> 0.8.0 2022-09-08 04:44:53 +00:00
Dmitry Kalinkin
0fe6d6f6b9
root: populate ROOT_INCLUDE_PATH via the setupHook 2022-09-05 18:47:48 -04:00
tpdcl
4f39ada71b
FAHClient: 7.6.13 -> 7.6.21 (#188476)
This time also in master so it can get in unstable
2022-08-29 19:51:58 +02:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
Jonas Heinrich
fbf9205774
Merge pull request #185912 from r-ryantm/auto-update/fityk
fityk: 1.3.1 -> 1.3.2
2022-08-21 21:34:00 +02:00
Artturin
c6568adb00 treewide: makeWrapper buildInputs to nativeBuildInputs
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
Christian Kögler
121d695571
Merge pull request #183328 from r-ryantm/auto-update/graphia
graphia: 3.0 -> 3.1
2022-08-15 14:13:00 +02:00
R. Ryantm
7f3ad42166 snakemake: 7.12.0 -> 7.12.1 2022-08-13 16:16:11 -04:00
R. Ryantm
50f7eed980 fityk: 1.3.1 -> 1.3.2 2022-08-10 13:28:43 +00:00
Dmitry Kalinkin
1e64d9a87c
root: 6.26.04 -> 6.26.06 2022-07-31 19:43:07 -04:00
R. Ryantm
4c3caca96d snakemake: 7.9.0 -> 7.12.0 2022-07-31 11:06:29 -04:00
R. Ryantm
8ecdb52267 graphia: 3.0 -> 3.1 2022-07-28 13:49:36 +00:00
Mario Rodas
0f87b2b305
Merge pull request #181123 from avdv/gephi-0.9.6
gephi: 0.9.2 -> 0.9.6
2022-07-24 16:08:03 -05:00
Robert Scott
0b7947c963
Merge pull request #182349 from r-ryantm/auto-update/snakemake
snakemake: 7.8.5 -> 7.9.0
2022-07-21 21:35:04 +01:00
R. Ryantm
7a5b52ff26 snakemake: 7.8.5 -> 7.9.0 2022-07-21 15:24:14 +00:00
Bobby Rong
b536142220
Merge pull request #181946 from Luflosi/update/boinc
boinc: 7.20.1 -> 7.20.2
2022-07-21 20:01:43 +08:00
Dmitry Kalinkin
3518b4ac5a
Merge pull request #182037 from veprbl/pr/root_6_26_04
root: 6.24.06 -> 6.26.04
2022-07-20 17:50:18 -04:00
Artturin
6b8c65acd9 treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH' 2022-07-19 17:47:13 +03:00
Dmitry Kalinkin
b3df13e2d7
root: 6.24.06 -> 6.26.04 2022-07-18 23:14:15 -04:00
Luflosi
bf27ab825e
boinc: 7.20.1 -> 7.20.2
https://github.com/BOINC/boinc/releases/tag/client_release%2F7.20%2F7.20.2
2022-07-18 14:33:23 +02:00
Vladimír Čunát
0879ac5da6
Merge branch 'master' into staging-next 2022-07-16 20:07:05 +02:00
Mario Rodas
279e1daf20
Merge pull request #180821 from r-ryantm/auto-update/nextinspace
nextinspace: 2.0.3 -> 2.0.5
2022-07-16 09:46:22 -05:00
Artturin
a584822577 treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH'
f7414e2
2022-07-15 02:50:09 +03:00
Vladimír Čunát
8169a7fce0
Merge branch 'master' into staging-next 2022-07-13 09:57:41 +02:00
Jonas Heinrich
2349dd5cb2 graphia: 2.2 -> 3.0 2022-07-12 10:01:03 -04:00
github-actions[bot]
5f2ff17a45
Merge master into staging-next 2022-07-11 18:01:16 +00:00
Thomas Tuegel
e1e0d5d513
Merge pull request #108496 from knedlsepp/cmake-rpath
cmake/setup-hook.sh: Don't skip build-RPATH
2022-07-11 10:18:47 -05:00
Claudio Bley
16a1651a4a gephi: 0.9.2 -> 0.9.6
Gephi now requies Java 11+.
2022-07-11 16:45:30 +02:00
Bobby Rong
06e537ad60
bada-bib: add missing libadwaita and gtksourceview5 dependency 2022-07-11 13:46:57 +08:00
R. Ryantm
58d35e01aa nextinspace: 2.0.3 -> 2.0.5 2022-07-09 07:19:07 +00:00
R. Ryantm
4975868d54 bada-bib: 0.6.2 -> 0.7.2 2022-07-06 00:52:29 +00:00
R. RyanTM
200d8c500a
snakemake: 7.8.3 -> 7.8.5 (#179874) 2022-07-04 12:24:26 -04:00
Josef Kemetmüller
bcd7045998 treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivations
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run
the checkPhase of cmake derivations without having to tweak the
LD_LIBRARY_PATH anymore.
2022-07-04 03:49:01 +03:00
Luflosi
6eea86625e
boinc: 7.20.0 -> 7.20.1
https://github.com/BOINC/boinc/releases/tag/client_release%2F7.20%2F7.20.1
2022-07-02 15:56:06 +02:00
Lassulus
c58d141dcc
Merge pull request #177268 from Luflosi/update/boinc
boinc: 7.18.1 -> 7.20.0
2022-06-23 21:14:33 +02:00
Robert Scott
070028a960 fahcontrol: remove autoPatchelfHook argument
this is confusing as it is not used - the package .deb only contains
python (and bash)
2022-06-23 18:38:23 +01:00