Dmitry Kalinkin
3b27f2ac6e
xfitter: fix for recent clang ( #288816 )
2024-02-14 18:51:35 -05: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
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
OPNA2608
c9b4c7dccd
treewide: Rename libyamlcpp* to yaml-cpp*
2023-01-31 16:22:54 +01:00
Dmitry Kalinkin
1c78ce70fa
xfitter: fix for gfortran10+
2022-05-16 22:07:39 -04:00
Dmitry Kalinkin
cdc17db882
xfitter: 2.0.1 -> 2.2.0
2022-04-15 22:24:52 -04:00
Dmitry Kalinkin
9c8f6efc55
xfitter: enable WITH_YAML support on darwin
2021-08-24 18:21:41 -04:00
Dmitry Kalinkin
b72b3c5571
xfitter: remove hardeningDisable = [ "format" ];
...
Not needed after f42aa7e1
('cc-wrapper: set FC when langFortran is on')
2021-05-30 18:34:35 -04:00
Dmitry Kalinkin
c846fa1674
xfitter: fix for darwin
...
Fixes: 8984fc29
('xfitter: fix build w/glibc-2.32')
2021-05-01 13:15:06 -04:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Maximilian Bosch
8984fc2994
xfitter: fix build w/glibc-2.32
2020-09-12 23:04:47 +02:00
Matthew Bauer
1c8aba8334
treewide: use blas and lapack
...
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.
treewide: cleanup from blas/lapack changes
A few issues in the original treewide:
- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Franz Pletz
81248e703c
xfitter: 2.0.0 -> 2.0.1, fix build w/ gcc9
2019-12-27 03:48:21 +01: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
Dmitry Kalinkin
958201a98f
Merge pull request #48675 from veprbl/pr/xfitter_fix
...
xfitter: runtime fixes
2019-01-20 20:00:02 -05:00
Matthew Bauer
95373d3634
atlas: remove
...
atlas is broken and can apparently be removed.
Fixes #49594
2018-11-04 20:23:12 -06:00
Dmitry Kalinkin
5828821b1e
xfitter: extend UB patch to fix all -Wreturn-type issues
2018-10-08 10:59:17 -04:00
Dmitry Kalinkin
39c85c3bf9
xfitter: init at 2.0.0
2018-09-24 14:34:49 -04:00