gcc-15.2.0

This commit is contained in:
Rmys
2025-10-21 20:39:30 +03:00
parent a8e6812a8b
commit 63cb059e52
6 changed files with 41 additions and 11 deletions
@@ -10,16 +10,16 @@ from pisi.actionsapi import pythonmodules
WorkDir="setuptools-%s" % get.srcVERSION()
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","78.1.1")
# shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","80.9.0")
#def setup():
#shelltools.makedirs("%s/setuptools-54.2.0/build/scripts-3.8" % get.workDIR())
def build():
pythonmodules.compile(pyVer="3 -B")
def install():
pythonmodules.install(pyVer="3 -B")