Skip to content

Commit

Permalink
python-3.8.9-0: Strip trailing spaces
Browse files Browse the repository at this point in the history
pmenzel committed Apr 9, 2021
1 parent b6ff57e commit 16eaee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-3.8.9-0.build.sh
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ test -e $PREFIX/bin/python || ln -s python3 $PREFIX/bin/python
test -d sip-$SIP_VERSION || tar -xf sip-$SIP_VERSION.tar.gz

cd sip-$SIP_VERSION

#### ATTN!
#### python meanders between /python${PYTHONVER} and /python${PYTHONVER}m

@@ -322,7 +322,7 @@ pip3 install --prefix=$PREFIX umap # HD, used by Matthias Lienhard
(
PYCUDAVERS=2020.1
PYTHON_LIBNAME=boost_python38

. ${PREFIX}/profile
cd $BUILDDIR
# orig: https://github.com/inducer/pycuda/archive/v2020.1.tar.gz

0 comments on commit 16eaee3

Please sign in to comment.