Skip to content

Commit a2ba1f9

Browse files
author
Release Manager
committed
gh-39238: Modify build using meson guideline
Looks like the file path has changed some time earlier. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. (not applicable) - [x] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #39238 Reported by: user202729 Reviewer(s): Tobias Diez
2 parents c3fc140 + 85c9d74 commit a2ba1f9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

build/pkgs/configure/checksums.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=a03b8a505678cba0d652514d739bd32eb30bb925
3-
sha256=6525b44fea6b9d0238ca4790e8be5168e8d08c350787704a59ada9b6075a1f0f
2+
sha1=ef4815479e8a4d87305087a4a0356eec92adda02
3+
sha256=ef3aa92c13dba41315e922678ba1e8c01a85dacc8cdec20f21104b8bd3b7da89
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
291e54bf234b1753909f22a043e91a4a639693c1
1+
c9041d0bda901b83f527a5f1398c690c18fdd935

src/doc/en/installation/meson.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ This is a short guide on how to build the Sage from source using Meson.
99
Walkthrough
1010
===========
1111

12-
Assume we're starting from a clean repo and a fully set up conda environment:
12+
Assume we're starting from a clean repo and a fully set up conda environment
13+
(modify ``-linux`` according to your operating system):
1314

1415
.. CODE-BLOCK:: shell-session
1516
16-
$ mamba env create --file src/environment-3.11.yml --name sage-dev
17+
$ mamba env create --file environment-3.11-linux.yml --name sage-dev
1718
$ conda activate sage-dev
1819
1920
Alternatively, install all build requirements as described in section

0 commit comments

Comments
 (0)