Commit Graph

109 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
3f388279f7 nnpdf: 4.0.8 -> 4.0.9 2024-03-01 12:36:01 -05:00
Dmitry Kalinkin
3b27f2ac6e
xfitter: fix for recent clang (#288816) 2024-02-14 18:51:35 -05:00
R. Ryantm
fbc1452b83 nnpdf: 4.0.7 -> 4.0.8 2024-01-24 12:00:37 -05:00
Peder Bergebakken Sundt
ab83c53373
Merge pull request #273404 from fedeinthemix/wip-fasthenry
fasthenry: init at 3.0.1
2024-01-13 23:37:50 +01:00
Andreas Rammhold
9eb6350536 xflr5: use fetchsvn instead of fetchzip
The Sourceforge ZIP URLs aren't stable. They (sometimes?) disappear
and throw 404. Probably until someone requests the file to be
generated from the UI. This made the build of xflr5 fail. By using the
SVN checkout we should be on the safer side.
2023-12-20 20:04:46 +01:00
R. Ryantm
8a034b1227 nnpdf: 4.0.6 -> 4.0.7 2023-12-18 04:59:18 -05:00
Federico Beffa
1ff13b86c8 fasthenry: init at 3.0.1 2023-12-13 17:48:20 +01:00
Andreas Rammhold
9808815f41 xflr5: 6.47 -> 6.61
This updates to the latest version. Unfortunately the project stopped
publishing source tarballs in the way we used to consume them. We've
to retrieve a source snapshot from sourceforge's SVN service instead.
The alternative would be a subversion checkout which I don't think is
any better or worse.
2023-11-20 18:45:41 +01:00
Evils
47a196d1f8 xnec2c: add wrapGAppsHook 2023-11-08 14:47:04 +01:00
Ben Darwin
5a82c61519 elmerfem: unstable-2023-02-03 -> 2023-09-18 2023-09-18 13:37:08 -04:00
Philipp Middendorf
8cff0900bc
crystfel: fix x86_64 hash (#238606) 2023-06-20 08:32:03 +02:00
Philipp Middendorf
05f9ddb8b5 crystfel: update dependencies 2023-05-12 07:41:39 +02:00
R. Ryantm
48fe29f726 sherpa: 2.2.14 -> 2.2.15 2023-05-04 09:55:53 +00:00
Weijia Wang
7b57f59155
Merge pull request #218968 from pmiddend/crystfel-aarch64
CrystFEL: support aarch64-linux and HDF5 on Darwin
2023-04-26 19:32:54 +03:00
Ben Darwin
3a39edac80 elmerfem: 9.0 -> unstable-2023-02-03
vtk_8_withQt5 -> vtkWithQt5
2023-04-24 21:47:01 -04:00
Philipp Middendorf
f43390024c crystfel: more review fixes 2023-03-14 08:36:38 +01:00
Philipp Middendorf
d980b91866 crystfel: review fixes 2023-03-08 08:57:52 +01:00
R. RyanTM
02cd0a5dfc
sherpa: 2.2.13 -> 2.2.14 (#220016) 2023-03-07 12:47:54 -05:00
Philipp Middendorf
da46337f0e crystfel: enable aarch64-* and external filter plugins on Darwin 2023-03-07 09:52:58 +01:00
Philipp Middendorf
fca0501c76 crystfel: 0.10.1 → 0.10.2 2023-02-27 09:01:51 +01:00
Artturin
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02: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
Dmitry Kalinkin
ede042f54d
nnpdf: 4.0.4 -> 4.0.6 2023-02-11 14:56:24 -05:00
OPNA2608
c9b4c7dccd treewide: Rename libyamlcpp* to yaml-cpp* 2023-01-31 16:22:54 +01:00
Ben Darwin
4095b8232c vtk, vtkWithQt5: bump from vtk_8 to vtk_9 2023-01-24 12:33:48 -05:00
R. Ryantm
5480bcc212 sherpa: 2.2.12 -> 2.2.13 2023-01-09 22:03:45 +00:00
Mikael Voss
bab5a9ca87
xnec2c: init at 4.4.12 2022-12-31 20:25:23 +01:00
Sandro
2af5bbd2d4
Merge pull request #205900 from pmiddend/crystfel-fix-patch
crystfel: fix symlib hard-coding
2022-12-16 10:30:24 +01:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Philipp Middendorf
051fa1056d crystfel: fix symlib hard-coding 2022-12-13 11:56:15 +01:00
Dmitry Kalinkin
62b5fa807f dawn: provide path to wish for the GUI 2022-10-22 22:04:23 -04:00
Dmitry Kalinkin
5375f83194 dawncut: init at 1.54a 2022-10-22 21:52:40 -04:00
Philipp Middendorf
f893f28019 crystfel-headless: fix wrapProgram dependency 2022-09-27 12:53:25 +02:00
Dmitry Kalinkin
3e4d46ba0a
dawn: init at 3.91a 2022-06-16 19:05:08 -04:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
Sandro
9c03535bdd
Merge pull request #147486 from pmiddend/crystfel-init
CrystFEL: init at 0.10.1
2022-05-20 15:01:53 +02:00
Dmitry Kalinkin
1c78ce70fa
xfitter: fix for gfortran10+ 2022-05-16 22:07:39 -04:00
Dmitry Kalinkin
8e24a6db2e nnpdf: init at 4.0.4 2022-05-15 16:00:00 -07:00
Philipp Middendorf
93332c2779 CrystFEL: init at 0.10.1 2022-05-13 07:09:53 +02:00
grindhold
865d79bb5b elmerfem: make elmerfem-9.0 properly
0) ElmerGUI displays things in the Model tree on the
     left screen side again
  1) Enable the import of STEP- and other opencascade-
     based formats
  2) Patch the source to enable builds with gcc-11
  3) Build the Qt5 version instead of the Qt4 version
2022-05-09 10:41:56 +02:00
Dmitry Kalinkin
cdc17db882
xfitter: 2.0.1 -> 2.2.0 2022-04-15 22:24:52 -04:00
Bruno Bzeznik
77682cf879
shtns: init at 3.5.1 (#151061) 2022-01-31 21:28:05 +01:00
R. Ryantm
84930221fc sherpa: 2.2.11 -> 2.2.12 2022-01-20 08:36:02 -05:00
Gunnar Nitsche
cc690c83f4 elmerfem: 8.4 -> 9.0 2021-12-26 20:29:41 +01:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Dmitry Kalinkin
b6ef9916e4
sherpa: 2.2.10 -> 2.2.11 2021-10-24 18:22:59 -04:00
github-actions[bot]
1c625bf844
Merge staging-next into staging 2021-09-15 18:01:59 +00:00