mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Makefiles - refer to python in more generic way
This commit is contained in:
committed by
Thomas Krijnen
parent
5388d34593
commit
0cc4255f23
+2
-2
@@ -17,8 +17,8 @@
|
|||||||
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
|
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
SHELL := sh
|
SHELL := sh
|
||||||
PYTHON:=python3.11
|
PYTHON:=python3
|
||||||
PIP:=pip3.11
|
PIP:=pip3
|
||||||
PATCH:=patch
|
PATCH:=patch
|
||||||
SED:=sed -i
|
SED:=sed -i
|
||||||
VENV_ACTIVATE:=bin/activate
|
VENV_ACTIVATE:=bin/activate
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
SHELL := sh
|
SHELL := sh
|
||||||
IS_STABLE:=FALSE
|
IS_STABLE:=FALSE
|
||||||
PYTHON:=python3.11
|
PYTHON:=python3
|
||||||
PIP:=pip3.11
|
PIP:=pip3
|
||||||
VERSION:=$(shell cat ../../VERSION)
|
VERSION:=$(shell cat ../../VERSION)
|
||||||
VERSION_DATE:=$(shell date '+%y%m%d')
|
VERSION_DATE:=$(shell date '+%y%m%d')
|
||||||
SED:=sed -i
|
SED:=sed -i
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ VERSION_DATE:=$(shell date '+%y%m%d')
|
|||||||
PYVERSION:=py311
|
PYVERSION:=py311
|
||||||
PLATFORM:=linux64
|
PLATFORM:=linux64
|
||||||
|
|
||||||
PYTHON:=python3.11
|
PYTHON:=python3
|
||||||
PIP:=pip3.11
|
PIP:=pip3
|
||||||
SED:=sed -i
|
SED:=sed -i
|
||||||
VENV_ACTIVATE:=bin/activate
|
VENV_ACTIVATE:=bin/activate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user