Commit Graph

594 Commits

Author SHA1 Message Date
Pol Dellaiera
3eb7f7a63b
Merge pull request #248683 from oxij/tree/source-root-continues-3
treewide: cleanup `sourceRoot` and `setSourceRoot` usage
2023-08-15 05:53:52 +02:00
Artturin
25eef24033 treewide: Don't hardcode nix store in patchelf calls 2023-08-13 05:44:01 +03:00
Jan Malakhovski
d098c821d6 treewide: remove unneeded dots and slashes in sourceRoots 2023-08-12 08:29:56 +00:00
figsoda
fba2eab4c0 reason-shell: init at 0.3.10
https://github.com/jaywonchung/reason
2023-08-08 14:51:53 +00:00
Weijia Wang
c9b8162d3d gephi: unrestrict platforms 2023-08-03 15:33:20 +02:00
Weijia Wang
e658ffa994 treewide: cleanup maven packages 2023-07-31 21:13:09 +02:00
Pol Dellaiera
cb8e68fd59
Merge pull request #244146 from GiggleSquid/pkgs/boinc-headless
boinc: add headless option
2023-07-29 12:52:12 +02:00
Someone Serge
471dbe9bcf
treewide: consume config.cudaSupport as required
Eliminate uses of `config.cudaSupport or false` and alike, since the
option is now declared in config.nix with a default value

fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i
fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20 18:08:19 +03:00
Someone Serge
bf9e6fe9b8
tree-wide: rm cudaSupport ? false formal parameters
'cudaSupport ? false' -> 'cudaSupport ? config.cudaSupport or false' to respect global defaults

Packages expressions that take `cudaSupport ? false` are likely to
ignore `config.cudaSupport`. Instead, we want them to make `cudaSupport`
a required argument, or to explicitly refer to `config`
2023-07-20 17:27:07 +03:00
Jack Connors
3f99b556de boinc: add headless option
Added headless option and packages entry. Switches config flag --disable-manager and omits X/GUI related libs
2023-07-18 21:47:12 +01:00
github-actions[bot]
9905fde3a5
Merge master into staging-next 2023-07-14 00:02:39 +00:00
Artturi
e74e68449c
Merge pull request #211075 from ppenguin/openmodelica-with-3d-animation 2023-07-14 00:00:04 +03:00
github-actions[bot]
a3b43106c9
Merge master into staging-next 2023-07-13 18:01:24 +00:00
Tobias Mayer
315d100113 boost17x, boost18x: remove aliases 2023-07-13 17:48:33 +03:00
Robert Scott
3feefc9d32 root5: disable fortify3 hardening flags 2023-07-09 12:45:43 +01:00
Weijia Wang
d2eeccba40
Merge pull request #241086 from r-ryantm/auto-update/simgrid
simgrid: 3.32 -> 3.34
2023-07-03 10:38:49 +03:00
Theodore Ni
1af33d4653
snakemake: fix broken source hash 2023-07-02 16:50:09 -07:00
R. Ryantm
1539e263f8 simgrid: 3.32 -> 3.34 2023-07-02 11:06:07 +00:00
nviets
4bb4d449a7
snakemake: 7.25.3 -> 7.29.0 (#240263)
Co-authored-by: nviets <nathan.viets@gmail.com>
2023-06-28 17:09:10 +02:00
Vladimír Čunát
24711148d4
openmvg: fixup build
The build broke probably after cmake upgrade in b8ac5b6cfb,
but either way - this forcing of old C++ standard seemed bad.
https://hydra.nixos.org/build/225241222/nixlog/2/tail
2023-06-26 11:28:12 +02:00
Weijia Wang
40001fa439 treewide: remove mavenfod overrides 2023-06-20 19:54:51 +03:00
Weijia Wang
9ce0974026 gephi: convert to mavenfod 2023-06-20 15:04:49 +03:00
Weijia Wang
28af3205bc gplates: drop python39 2023-06-14 00:18:09 +03:00
Pol Dellaiera
f03155fc9f
Merge pull request #218669 from avdv/gephi-0.10.1
gephi: 0.9.6 -> 0.10.1
2023-06-08 14:15:44 +02:00
Claudio Bley
2c9092a377 gephi: 0.9.6 -> 0.10.1
* gephi requires Java 11 to run according to https://gephi.org/users/requirements/
2023-06-07 22:43:49 +02:00
Luflosi
30446d830a
boinc: 7.22.1 -> 7.22.2
https://github.com/BOINC/boinc/releases/tag/client_release%2F7.22%2F7.22.2
2023-06-01 22:37:28 +02:00
R. Ryantm
1c6e2cfbea cytoscape: 3.9.1 -> 3.10.0 2023-05-18 03:01:55 +00:00
Luflosi
2654a46c01
boinc: 7.22.0 -> 7.22.1
https://github.com/BOINC/boinc/releases/tag/client_release/7.22/7.22.1
2023-05-10 12:56:39 +02:00
Weijia Wang
d63d6cb660 python311Packages.hepmc3: fix build 2023-05-09 11:28:25 +03:00
Renato Garcia
9d1a27e2fd
snakemake: 7.14.2 -> 7.25.3 (#230524) 2023-05-08 02:05:40 -04:00
Dmitry Kalinkin
9092b9b5df Revert "root: enable root7 (#226351)"
This reverts commit cafa2f02fb.
2023-04-27 22:23:56 -04:00
Dmitry Kalinkin
af661f3be7
Revert "root: fix build on aarch64-darwin" 2023-04-27 18:36:02 -04:00
Weijia Wang
36302a3056 root: fix build on aarch64-darwin 2023-04-27 23:22:33 +03:00
Dmitry Kalinkin
cafa2f02fb
root: enable root7 (#226351) 2023-04-19 10:28:26 -04:00
Atemu
445ef28548
Merge pull request #225748 from Atemu/buildFHSEnvBubblewrap-by-default
buildFHSEnv: use bubblewrap by default
2023-04-16 13:03:36 +02:00
Atemu
f63a12f296 tree-wide: buildFHSUserEnv -> buildFHSEnv 2023-04-16 10:15:13 +02:00
Weijia Wang
4213fc7cde sasview: fix build 2023-04-02 15:00:07 +03:00
Sandro
c2ef479b62
Merge pull request #168773 from Leixb/megam-add-opt 2023-03-27 00:59:44 +02:00
LeixB
d443805fe3
megam: add leixb as maintainer 2023-03-24 18:52:48 +01:00
LeixB
d85fae35d9
megam: add megam.opt binary
- Add megam.opt (optimized native binary)
2023-03-24 18:52:14 +01:00
Martin Weinelt
ef91384e6f Merge remote-tracking branch 'origin/master' into staging-next 2023-03-10 13:09:25 +01:00
Yueh-Shun Li
564e20e62d
Revert "root: remove the already-default CMAKE_INSTALL_*DIR flags" (#220437)
For some reason, this makes $out/bin/rootcint disappear

$out/bin/rootcint is a duplication of $out/bin/rootcling
for compatibility reason

This reverts commit c09e03c1a6.
2023-03-10 01:48:11 -05:00
K900
2fe3640540
Merge pull request #219425 from wegank/gcc12-cleanup
treewide: remove -lgcc from NIX_LDFLAGS
2023-03-06 17:05:12 +03:00
Martin Weinelt
8a085cd8e3 Merge remote-tracking branch 'origin/master' into staging-next 2023-03-05 15:36:16 +01:00
Guillaume Girol
768a866917
Merge pull request #216864 from ShamrockLee/root-debug-info
root: separateDebugInfo = true
2023-03-05 10:28:50 +00:00
Yueh-Shun Li
b96226578e
root: specify separateDebugInfo = true for all pltforms 2023-03-05 03:30:17 +08:00
Weijia Wang
ac62a206b7 root: remove -lgcc from NIX_LDFLAGS 2023-03-04 11:51:34 +02:00
Yueh-Shun Li
c89c22a9c2 root: separateDebugInfo = true on Linux 2023-03-04 15:05:26 +08:00
github-actions[bot]
3cdd771820
Merge staging-next into staging 2023-02-23 18:01:49 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00