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: Name #230

Merged
merged 1 commit into from
Nov 21, 2023
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
22 changes: 11 additions & 11 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.5.1_0
version: 1.6.0_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.5.1_0 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.5.1_0" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.5.1_0" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.5.1_0" # [win]
default_location_pkg: "Applications/MNE-Python/1.5.1_0" # [osx]
default_prefix: ${HOME}/mne-python/1.6.0_0 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.6.0_0" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.6.0_0" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.6.0_0" # [win]
default_location_pkg: "Applications/MNE-Python/1.6.0_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.5.1_0-macOS_Intel.pkg # [osx and not arm64]
installer_filename: MNE-Python-1.5.1_0-macOS_M1.pkg # [osx and arm64]
installer_filename: MNE-Python-1.5.1_0-Windows.exe # [win]
installer_filename: MNE-Python-1.5.1_0-Linux.sh # [linux]
installer_filename: MNE-Python-1.6.0_0-macOS_Intel.pkg # [osx and not arm64]
installer_filename: MNE-Python-1.6.0_0-macOS_M1.pkg # [osx and arm64]
installer_filename: MNE-Python-1.6.0_0-Windows.exe # [win]
installer_filename: MNE-Python-1.6.0_0-Linux.sh # [linux]

post_install: ../../assets/post_install_macOS.sh # [osx]
post_install: ../../assets/post_install_linux.sh # [linux]
Expand Down Expand Up @@ -190,4 +190,4 @@ condarc:
- conda-forge
channel_priority: strict
allow_other_channels: false
env_prompt: "(mne-1.5.1_0) "
env_prompt: "(mne-1.6.0_0) "
Loading