Commit Graph

17 Commits

Author SHA1 Message Date
Franz Pletz
31f1f3627d
cernlib: fix build with libxcrypt 2022-10-09 18:10:42 +02:00
Sergei Trofimovich
46e4f3bd77 cernlib: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: libpacklib.a(kedit.o):kuip/klink1.h:11: multiple definition of `klnkaddr';
      libzftplib.a(zftpcdf.o):zftp/zftpcdf.c:155: first defined here
2022-06-05 18:38:14 +01:00
Ben Siraphob
259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
Dmitry Kalinkin
1e3f4343ae
cernlib: implement a more complete install using imake
The previous installation and build scheme was not producing a
complete installation. For example, the include headers were missing,
some programs were not installed as well.
2021-12-20 02:23:11 -05:00
Dmitry Kalinkin
87d20e352f
cernlib: fix for gfortran10 2021-11-21 17:13:03 -05:00
Bernardo Meurer
fb93af82cc cernlib: binutils 2.37 fix 2021-11-21 15:25:18 +00:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Maximilian Bosch
4ba59baf97
cernlib: fix build w/glibc-2.32 2020-09-12 23:04:44 +02:00
zowoq
6fa13a7e2f cernlib: use patch file extension 2020-05-26 14:51:07 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Dmitry Kalinkin
f4131d260d
cernlib: add src mirror url 2020-01-23 15:03:34 -05: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
a1ef7fd877 cernlib: restrict supported arches 2018-12-10 17:05:22 +03:00
Dmitry Kalinkin
357f6a8b7e cernlib: fix build
The imake rules contain a comment line that looks like a pragma. Recently imake
in nixpkgs was switched to use tradcpp, which is a bit more strict about
interpreting unknown pragmas. To fix the build, the comments is changed to use
C++ style comments.
2018-12-10 06:38:45 +03:00
Daiderd Jordan
68f7e75517
cernlib: mark broken on darwin
Using gccStdenv makes the build go further, but then it fails with.

    kuipc /private/tmp/nix-build-cernlib-2006.drv-0/2006/src/packlib/kuip/code_kuip/kuipcdf.cdf kuipcdf.c
    Makefile:413: archive/kuipcdf.d: No such file or directory
    make[3]: *** [Makefile:473: kuipcdf.c] Abort trap: 6

/cc ZHF #45961
2018-09-13 23:00:46 +02:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Dmitry Kalinkin
6e95e2a161
cernlib: init at 2006 2017-05-28 18:51:16 -04:00