Commit graph

11 commits

Author SHA1 Message Date
Rick van Schijndel 058764026b conda: use makeWrapper for build platform 2022-08-14 00:17:01 +03:00
Holger Hoefling cfe0988e48 update conda from 4.6.14 to 4.11.0 2022-04-24 20:36:29 +02:00
ostylk 3747daf342
conda: invoke bash login shell to source /etc/profile
The `profile` parameter in `buildFHSUserEnv` is used to create an /etc/profile file
which should be sourced by bash. However, the default runScript is a non-login bash
which does not source /etc/profile. Therefore the conda package breaks, as a script
which is required for `conda activate`, is not sourced. Also the installationPath
parameter is ignored as it is setup in the /etc/profile file.
2021-08-10 12:39:17 +02:00
alexameen d3b633bafc conda: Source conda.sh during conda-shell setup 2021-01-02 19:09:01 -06:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Sebastien Bourdeauducq c59966d786 conda: update default condaDeps
Conda PyQt5 applications require those packages in the system.
2019-07-20 12:33:30 +08:00
Profpatsch ddc8398e7f conda: Add LIBARCHIVE
`conda-build` needs to be able to find libarchive to extract packages;
it tries to `dlopen` the library given by `LIBARCHIVE`.
2019-07-08 20:11:23 +02:00
adisbladis 8a1c8e6158
conda: Remove version suffix
Currently the `conda-shell` binary is installed as
`conda-shell-4.6.14` which is not very friendly to type.

With this change the binary is simply installed as `conda-shell`.
2019-06-28 11:34:54 +01:00
adisbladis ff6eb60c72
conda: 4.3.31 -> 4.6.14 2019-06-26 11:01:45 +01:00
Ryan Mulligan af9d10a91b treewide: fix derivation names 2018-05-28 05:59:57 -07:00
Benjamin Hipple 5ab428799e conda: init at miniconda3 4.3.31 (#34872)
* conda: init at miniconda3 4.3.31
2018-02-18 18:21:25 +00:00