-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add install from source instructions (#2977)
* Update static environment files * Refactor installation pages * Add install from source instructions
- Loading branch information
1 parent
09cbb34
commit ddea95e
Showing
9 changed files
with
79 additions
and
65 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
# libmamba build dependencies | ||
- cxx-compiler | ||
- cmake >=3.16 | ||
- pkg-config # Used by some CMake dependencies | ||
- ninja | ||
# libmamba dependencies | ||
- cpp-expected | ||
- nlohmann_json | ||
- simdjson-static >=3.3.0 | ||
- spdlog | ||
- fmt | ||
- libsolv-static >=0.7.24 | ||
- yaml-cpp-static >=0.8.0 | ||
- reproc-static >=14.2.4.post0 | ||
- reproc-cpp-static >=14.2.4.post0 | ||
- libcurl >=8.4.0 | ||
- libcurl-static >=8.4.0 | ||
- xz-static | ||
- libssh2-static | ||
- libarchive-minimal-static | ||
- krb5-static | ||
- openssl | ||
- libopenssl-static | ||
- zstd-static | ||
- zlib | ||
- libnghttp2-static | ||
- lz4-c-static | ||
# libmamba test dependencies | ||
- doctest | ||
# micromamba dependencies | ||
- cli11 >=2.2,<3 |
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.
File renamed without changes.
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.
This file was deleted.
Oops, something went wrong.