Skip to content

Commit

Permalink
FIX: Name (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Nov 21, 2023
1 parent 69b7f19 commit 8f2a524
Showing 1 changed file with 11 additions and 11 deletions.
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) "

0 comments on commit 8f2a524

Please sign in to comment.