Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 6dd69fd

Browse files
committed
Add pip to brial's dependencies, replace the use of PIP_INSTALL as per #24014.
1 parent bc45dab commit 6dd69fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/pkgs/brial/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
boost_cropped m4ri libpng pkgconf $(PYTHON)
1+
boost_cropped m4ri libpng pkgconf $(PYTHON) | pip
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.1.p1

build/pkgs/brial/spkg-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fi
4949
# Next, install the Python module
5050
#
5151

52-
cd sage-brial && $PIP_INSTALL .
52+
cd sage-brial && sdh_pip_install .
5353
if [ $? -ne 0 ]; then
5454
echo "Error installing BRiAl Python module"
5555
exit 1

0 commit comments

Comments
 (0)