Chris Warburton
802527baa2
rPackages.classInt: add libiconv dependency to fix build on darwin
...
Avoids 'ld: library not found for -liconv' on x86_64-darwin
2023-01-06 12:05:12 +00:00
Justin Bedő
e442f93a8c
Merge pull request #204684 from trofi/rPackages.devEMF-without-xlibsWrapper
...
rPackages.devEMF: use xorg.* packages directly instead of xlibsWrappe…
2022-12-06 07:22:53 +00:00
Justin Bedő
43f39630df
Merge pull request #204550 from trofi/rPackages.imager-without-xlibsWrapper
...
rPackages.imager: use xorg.* packages directly instead of xlibsWrappe…
2022-12-06 07:16:01 +00:00
Sergei Trofimovich
b2b5c4db0b
rPackages.Cairo: use xorg.* packages directly instead of xlibsWrapper indirection
...
Validated as no change in `out` output with `diffoscope`.
2022-12-05 21:22:13 +00:00
Sergei Trofimovich
a2fbaae04a
rPackages.devEMF: use xorg.* packages directly instead of xlibsWrapper indirection
...
Validated as no change in `out` output with `diffoscope`.
2022-12-05 21:16:38 +00:00
Sergei Trofimovich
c5b0d1ec8e
rPackages.imager: use xorg.* packages directly instead of xlibsWrapper indirection
...
Validated as no change in `out` output with `diffoscope`.
2022-12-04 22:36:36 +00:00
Sergei Trofimovich
2d36d576f8
rPackages.rgl: use xorg.* packages directly instead of xlibsWrapper indirection
...
Validated as no change in `out` output with `diffoscope`.
2022-12-04 18:44:31 +00:00
Mario Rodas
e76e9ed99c
rPackages.bigmemory: fix evaluation on darwin
...
On Darwin pkgs.libuuid is null, hence evaluating `.dev` fails.
2022-11-24 01:46:29 -05:00
Justin Bedo
1249b08676
rPackages.RNifti: fix build
2022-11-02 10:14:57 +11:00
Justin Bedo
644b5a7ac7
rPackages.bigmemory: add missing dependency
2022-11-02 10:11:53 +11:00
Justin Bedő
abe366dd5c
Merge pull request #196979 from Et7f3/fix-deldir
...
deldir: specify iconv library for darwin.
2022-10-23 23:57:56 +00:00
Et7f3
e8327603e1
rPackages.interp: specify iconv library for darwin
2022-10-21 21:21:34 +02:00
Et7f3
a88371fb6d
rPackages.deldir: specify iconv library for darwin
2022-10-20 23:45:16 +02:00
Nicolas Benes
7396451d6c
rPackages.mzR: unpin boost
...
`mzR` currently ships and builds its own copy of boost-176, see
https://github.com/sneumann/mzR/blob/master/src/README.updateboost
2022-10-20 17:41:35 +02:00
Matthieu Coudron
8e7161ed80
rPackages.rmarkdown: add pandoc as buildInput
...
https://github.com/rstudio/rmarkdown/blob/main/DESCRIPTION#L91 requires pandoc from system
2022-09-30 12:40:07 +02:00
Justin Bedo
ba3564f74b
rPackages.s2: fix openssl linking
2022-08-22 11:41:09 +10:00
hqurve
1fc4712f15
rPackages.gifski: fix build
2022-06-18 20:37:09 -04:00
Justin Bedo
42caad601b
rPackages.Rhdf5lib: propagate hdf5 dependency
...
Packages that depend on Rhdf5lib also require the dev hdf5 outputs
for correct functionality.
2022-05-15 08:49:46 +10:00
Justin Bedo
72c388eed4
rPackages.Rhdf5lib: fix build
...
Patch is no-longer necessary; HDF5 no-longer vendored
2022-05-06 10:54:43 +10:00
Ben Siraphob
0d95d03c98
Merge pull request #165765 from ConnorBaker/patch-1
2022-04-04 16:56:52 -05:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
...
At some point, I'd like to make another attempt at
71f1f4884b
("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d
. One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries. This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.
This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching. The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.
I started by making the following global replacements:
${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
${openssl.out}/lib -> ${lib.getLib openssl}/lib
Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.
Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.
Then I manually investigated and fixed the following packages:
- pycurl
- citrix-workspace
- ppp
- wraith
- unbound
- gambit
- acl2
I'm reasonably confindent in my fixes for all of them.
For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all. Removing it doesn't make a difference to the output size, the
file list, or the closure.
I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Connor Baker
f50e41bfd6
rPackages: nloptr requires libiconv
2022-03-25 14:36:43 -04:00
Justin Bedo
e599d1ce98
rPackages.qqconf: add missing FFTW and pkg-config dependencies
2022-03-14 13:50:38 +11:00
Justin Bedo
95d69d32d9
rPackages.RNifti: use nixpkgs zlib
...
Build was failing due to incorrect zlib macro expansion.
Patch to use nixpkgs zlib rather than vendored copy.
2022-03-14 13:50:02 +11:00
Justin Bedo
9db967d700
rPackages.chebpol: fix fftw linking
2022-03-03 16:56:20 +11:00
Justin Bedo
145172b2c4
Merge remote-tracking branch 'origin/master' into r-updates
2022-02-09 10:25:07 +11:00
Naïm Favier
59be16611c
rPackages: fix evaluation
...
Removes uses of aliases
2022-02-08 11:29:12 -08:00
Justin Bedo
cb13e4e96d
rPackages.nloptr: fix build
...
Unnecessary to remove bundled source as it is unused during build.
2022-02-07 19:04:40 +11:00
Justin Bedo
16216b2e04
rPackages.geomorph: fix build
2022-01-07 14:17:54 +11:00
Justin Bedo
cad7decdd2
rPackages.ragg: fix build
2022-01-07 14:10:44 +11:00
Justin Bedo
13ab11bf60
rPackages: fix whitespace
2021-12-07 19:18:05 +11:00
Justin Bedo
03df8c8b88
rPackages.flowClust: x86 only
2021-12-07 09:23:21 +11:00
Justin Bedo
bd49665b8f
rPackages.x13binary: remove double occurance in broken list
2021-12-07 09:23:20 +11:00
Justin Bedo
bedc496dde
rPackages.RMariaDB: fix build
2021-12-07 09:23:14 +11:00
Justin Bedo
717914f31f
rPackages.DropletUtils: fix build
2021-12-07 09:20:31 +11:00
Justin Bedo
f4c82e0d62
rPackages.textshaping: fix build
2021-12-07 09:20:20 +11:00
Justin Bedo
8541b1178c
rPackages.RandomFieldsUtils: x86 only
2021-12-07 09:04:29 +11:00
Justin Bedo
ef010a832e
rPackages.V8: fix build on aarch64-linux
2021-12-05 07:43:22 +11:00
Justin Bedo
35fbf7a709
rPackages.{HiveR,HIBAG}: mark broken
2021-12-02 13:24:05 +11:00
Justin Bedo
aa8c9a8183
rPackages.MatchIt: fix build
...
patch no-longer applicable
2021-12-02 13:23:34 +11:00
Justin Bedo
10feaddf41
rPackages.HilbertVisGUI: fix build
2021-12-02 13:23:16 +11:00
Justin Bedo
f223a2b84d
rPackages.RcppBigIntAlgos: fix build
2021-12-02 13:22:50 +11:00
Justin Bedo
2d8306ef9d
rPackages.RcppAlgos: fix build
2021-12-02 13:22:17 +11:00
Justin Bedo
248f05a120
rPackages.PING: fix build
2021-12-02 13:21:55 +11:00
Justin Bedo
08b77f3886
rPackages.RcppMeCab: fix build
2021-12-02 13:21:30 +11:00
Justin Bedo
c520de648b
rPackages.Rrdrand: restrict to x86 architecture
2021-12-02 13:20:51 +11:00
Justin Bedo
e4a127c171
rPackages: allow overriding of platforms
2021-12-02 13:20:21 +11:00
Justin Bedo
113c1e3574
rPackages.rgl: fix build
2021-11-22 19:17:46 +11:00
Justin Bedo
502b9e7a1d
rPackages.ChIPXpress: disable hydra
...
Output is too large.
2021-11-21 11:27:34 +11:00
Justin Bedo
69bf9264a8
rPackages.{canceR,RcmdrPlugin_FuzzyClust,RcmdrPlugin_PcaRobust,uHMM}: fix build
2021-11-21 11:27:33 +11:00