Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Installer number #270

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.7.0_0
version: 1.7.1_0
name: MNE-Python
company: MNE-Python Developers
# When the version above changes to a new major/minor, it needs to be updated
Expand All @@ -18,22 +18,22 @@ conclusion_file: ../../assets/conclusion.rtf # [not win]
initialize_by_default: false
register_python_default: false

default_prefix: ${HOME}/mne-python/1.7.0_0 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.7.0_0" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.7.0_0" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.7.0_0" # [win]
default_location_pkg: "Applications/MNE-Python/1.7.0_0" # [osx]
default_prefix: ${HOME}/mne-python/1.7.1_0 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.7.1_0" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.7.1_0" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.7.1_0" # [win]
default_location_pkg: "Applications/MNE-Python/1.7.1_0" # [osx]
pkg_name: ".mne-python" # [osx]
progress_notifications: true # [osx]
install_path_exists_error_text: |
{CHOSEN_PATH} already exists. Relaunch the installer and choose another location in the Destination Select step, or remove the existing directory and try again.

uninstall_name: MNE-Python ${VERSION} (Python ${PYVERSION})

installer_filename: MNE-Python-1.7.0_0-macOS_Intel.pkg # [osx and not arm64]
installer_filename: MNE-Python-1.7.0_0-macOS_M1.pkg # [osx and arm64]
installer_filename: MNE-Python-1.7.0_0-Windows.exe # [win]
installer_filename: MNE-Python-1.7.0_0-Linux.sh # [linux]
installer_filename: MNE-Python-1.7.1_0-macOS_Intel.pkg # [osx and not arm64]
installer_filename: MNE-Python-1.7.1_0-macOS_M1.pkg # [osx and arm64]
installer_filename: MNE-Python-1.7.1_0-Windows.exe # [win]
installer_filename: MNE-Python-1.7.1_0-Linux.sh # [linux]

post_install: ../../assets/post_install_macOS.sh # [osx]
post_install: ../../assets/post_install_linux.sh # [linux]
Expand Down Expand Up @@ -77,7 +77,7 @@ specs:
- mne-bids-pipeline =1.8.0
- mne-qt-browser =0.6.3
- mne-connectivity =0.7.0
# - mne-faster =1.1.0 # Not 1.7.0-compatible
# - mne-faster =1.1.0 # Not 1.7.1-compatible
- mne-nirs =0.6.0
- mne-features =0.3
- mne-rsa =0.9.1
Expand Down Expand Up @@ -195,4 +195,4 @@ condarc:
- conda-forge
channel_priority: strict
allow_other_channels: false
env_prompt: "(mne-1.7.0_0) "
env_prompt: "(mne-1.7.1_0) "
Loading