Commit Graph

18 Commits

Author SHA1 Message Date
Sigmanificient
91d5ab3ae4 treewide: remove unused rec expressions 2025-03-14 05:15:05 +01:00
Ben Darwin
eb03a25d8e ocamlPackages.owl: re-enable tests 2025-01-14 11:40:12 -05:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
isabel
63aceac766 treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00:00
Vincent Laporte
aeae9432bd ocamlPackages.owl: disable tests 2024-01-24 04:14:45 +01:00
Ben Darwin
f4a9199f87 ocamlPackages.owl: 1.0.2 -> 1.1 2023-05-25 06:36:46 +02:00
Vincent Laporte
55f76accb3 ocamlPackages.owl: use Dune 3 2023-02-16 08:36:24 +01:00
Ulrik Strid
c53a63adf1 ocamlPackages treewide: strictDeps all packages 2023-02-03 08:59:34 +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
Ben Darwin
1b86837cce ocamlPackages.owl: 0.10.0 -> 1.0.0 2020-11-16 21:35:47 +01:00
Ben Darwin
d737f310ff ocamlPackages.owl: unbreak by reversing previous edits
- package was broken by 1c8aba83 (#83888)
 - fixes #85915
2020-05-06 09:21:58 +02:00
Matthew Bauer
ff2f2644f8 blas,lapack: use isILP64 instead of is64bit
This is a better name since we have multiple 64-bit things that could
be referred to.

LP64  : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05: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
Vincent Laporte
0229936bbe buildDunePackage: add a “useDune2” option 2020-03-23 09:12:50 +01:00
Ben Darwin
290b09847a ocamlPackages.owl: 0.7.2 -> 0.8.0 2020-02-27 12:05:21 -05:00
Ben Darwin
bfe5d1cc96 ocamlPackages.owl: 0.7.1 -> 0.7.2
- also enable tests (except on OSX) due to upstream fixes
2019-12-09 11:00:11 -05:00
Ben Darwin
6ac6e7ac0b owl: propagate eigen 2019-12-06 12:00:44 -05:00
Ben Darwin
d016a507ea ocamlPackages.{owl-base,owl}: init at 0.7.1 2019-11-29 17:22:45 +00:00