Commit Graph

533 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
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