Skip to content
Snippets Groups Projects
Commit f175710d authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Remove unused constructor files

parent dd04e214
No related branches found
No related tags found
1 merge request!25Handle dark theme visibility/dependency issues
name: nexus
version: 2023.4.0.0
install_in_dependency_order: True
channels:
- https://conda.anaconda.org/conda-forge
- http://repo.anaconda.com/pkgs/main/
packages:
specs:
- python 3.*
- nomkl [not win]
- nexus
- conda
- cartopy
#post_install: reinstall_bad_packages.sh
exclude:
#- tk
keep_pkgs: True
#installer_type: pkg [osx]
#installer_filename: PASSOFT_py3.pkg [osx]
default_prefix: ~/PASSOFT_py3
#ignore_duplicate_files: True
#!/usr/bin/env bash
echo "Fixing some bad packaging in $PREFIX"
echo 'Reinstalling python-dateutil'
$PREFIX/bin/conda remove python-dateutil --force -y
$PREFIX/bin/conda install python-dateutil --no-deps --offline -y
echo 'Reinstalling pyparsing'
$PREFIX/bin/conda remove pyparsing --force -y
$PREFIX/bin/conda install pyparsing --no-deps --offline -y
echo 'Reinstalling cycler'
$PREFIX/bin/conda remove cycler --force -y
$PREFIX/bin/conda install cycler --no-deps --offline -y
echo 'Uninstalling basemap'
$PREFIX/bin/conda remove basemap --force -y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment