-
Notifications
You must be signed in to change notification settings - Fork 9
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
MAINT: Use bundle_tools_3 and fix various bugs #195
Merged
Merged
Changes from 16 commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
48ae61d
MAINT: Use bundle_tools_3
larsoner 2930c71
FIX: No patch
larsoner 0678ef9
WIP: Maybe?
larsoner 38f5148
FIX: Wordpad
larsoner f378242
FIX: Again
larsoner 7ad989e
Revert "FIX: Again"
larsoner b74eeee
FIX: NOT WIN
larsoner 4938ecd
MAINT: Rerun and cruft
larsoner b959606
FIX: No patch
larsoner ca3fa25
FIX: Defaults
larsoner 1afb4b3
FIX: SPacing
larsoner 9fd2a61
FIX: Suggestion
larsoner 0ab84f2
ENH: Notifications
larsoner ba344c9
FIX: Comment
larsoner b460387
FIX: Ver
larsoner a61e02d
FIX: Trim
larsoner 158b171
FIX: Paths
larsoner 00b07f0
FIX: Try again
larsoner 60670a0
FIX: Tests
larsoner 3a38d3f
FIX: Test
larsoner 0b2c08f
FIX: Test
larsoner 347d993
Merge branch 'main' into bt3
hoechenberger 145c280
Merge remote-tracking branch 'upstream/main' into bt3
larsoner 8b49f0c
FIX: Update
larsoner b78744f
FIX: Try here
larsoner 8ecfc03
FIX: Install it
larsoner a86e052
FIX: Pin
larsoner 5d7b1ea
WIP: Restore emoji
larsoner 958f4c1
FIX: Spyder
larsoner 844551f
WIP: Simplify macOS
larsoner f0a96e3
FIX: Back to library
larsoner fe8406f
FIX: Fixes for macOS
larsoner fe9e273
FIX: Path
larsoner d5927c3
FIX: Path
larsoner 23a5813
FIX: More specific
larsoner 7ce3af3
FIX: No longer needed
larsoner 91c4567
FIX: CI
larsoner 0bb99ec
FIX: Revert
larsoner 85ae490
FIX: Revert
larsoner cbb43b6
FIX: Action
larsoner 3bf2cea
FIX: environment.yml
larsoner f382e78
TST: Ping
larsoner 6707055
FIX: Simplify
larsoner 05474c7
FIX: Simplify more
larsoner 1a51a10
FIX: Unify
larsoner 356cc95
Update build.yml
larsoner f4a7d9e
Update post_install_windows.bat
larsoner 4c5cce2
Update post_install_windows.bat
larsoner 955fb7f
FIX: libmamba
larsoner 67867d9
FIX: Workaround
larsoner c49ac77
FIX: Maybe
larsoner 7019c7b
FIX: Maybe
larsoner e35f34b
FIX: Fixes
larsoner 49223a5
FIX: Facilitate editable install
larsoner e595c16
FIX: Msg
larsoner 483788a
FIX: Remove timeout
larsoner c5dfc2a
ENH: Menus here
larsoner ea00c68
Revert "ENH: Menus here"
larsoner 961f550
Update assets/post_install_macOS.sh [ci skip]
larsoner b847b41
Merge branch 'main' into bt3
larsoner 7f10d03
FIX: Nest
larsoner d9d2415
FIX: Whoops
larsoner ee224f6
ENH: Add development tools
larsoner 5585a04
FIX: Versions
larsoner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
name: constructor-env | ||
|
||
channels: | ||
- napari/label/bundle_tools | ||
- napari/label/bundle_tools_3 | ||
- conda-forge | ||
|
||
dependencies: | ||
- constructor =3.3a=*_21 | ||
- conda-standalone =4.12a=*_9 | ||
- menuinst =2.0a=14_g594d642_* | ||
- conda =4.12a | ||
- mamba =1.1.0 | ||
- pydantic <2.0a0 | ||
- constructor | ||
- conda-standalone | ||
- menuinst | ||
- conda | ||
- mamba |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaimergp maybe this should be a new option in
conda constructor
as well: the icon to use as the macOS application.To encapsulate all of these, should I open a new
constructor
issue mentioning that thepost_install_*.sh
scripts here should be turned into options?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The icon of the .app shortcut? That's part of the menuinst JSON 🤔
Or do you want to change the icon of the actual installation directory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, open an issue please. I might split it in several ones after analyzing the use cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, that's what we do here