Skip to content

Commit

Permalink
sagemathgh-39238: Modify build using meson guideline
Browse files Browse the repository at this point in the history
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,
-->
<!-- - sagemath#12345: short description why this is a dependency -->
<!-- - sagemath#34567: ... -->

URL: sagemath#39238
Reported by: user202729
Reviewer(s): Tobias Diez
  • Loading branch information
Release Manager committed Jan 3, 2025
2 parents c3fc140 + 85c9d74 commit a2ba1f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tarball=configure-VERSION.tar.gz
sha1=a03b8a505678cba0d652514d739bd32eb30bb925
sha256=6525b44fea6b9d0238ca4790e8be5168e8d08c350787704a59ada9b6075a1f0f
sha1=ef4815479e8a4d87305087a4a0356eec92adda02
sha256=ef3aa92c13dba41315e922678ba1e8c01a85dacc8cdec20f21104b8bd3b7da89
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
291e54bf234b1753909f22a043e91a4a639693c1
c9041d0bda901b83f527a5f1398c690c18fdd935
5 changes: 3 additions & 2 deletions src/doc/en/installation/meson.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ This is a short guide on how to build the Sage from source using Meson.
Walkthrough
===========

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

.. CODE-BLOCK:: shell-session
$ mamba env create --file src/environment-3.11.yml --name sage-dev
$ mamba env create --file environment-3.11-linux.yml --name sage-dev
$ conda activate sage-dev
Alternatively, install all build requirements as described in section
Expand Down

0 comments on commit a2ba1f9

Please sign in to comment.