{lang}[GCCcore/11.3.0] cppyy v3.0.0#19204
Conversation
|
@boegelbot please test @ generoso |
|
@migueldiascosta: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1806800796 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
@boegelbot please test @ jsc-zen2 |
|
@migueldiascosta: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1806802163 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
weird, I was able to build |
|
Test report by @verdurin |
|
ffs... in # get C++ standard to use, if set
try:
stdcxx = os.environ['STDCXX']
except KeyError:
if is_manylinux():
stdcxx = '14'
else:
stdcxx = '20'_is_manylinux = None
def is_manylinux():
global _is_manylinux
if _is_manylinux is None:
_is_manylinux = False
try:
for line in open('/etc/redhat-release').readlines():
# mark manylinux1, manylinux2010, or manylinux2014
if 'CentOS release 5.11 (Final)' in line or \
'CentOS release 6.10 (Final)' in line or \
'CentOS Linux release 7.9.2009 (Core)' in line:
_is_manylinux = True
break
except (OSError, IOError):
pass
return _is_manylinuxso, only those three particular versions of CentOS in particular are nevermind, let's try with ('cppyy-cling', '6.28.0', {
'modulename': False,
'preinstallopts': 'export STDCXX=14 && ',
'checksums': ['ae67fc338510d03b68dde08add5b519e2c6434d40fe07e23e7ebace3caa684e7'],
}), |
|
@boegelbot please test @ generoso |
|
@migueldiascosta: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1826371415 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @zao |
|
Test report by @boegelbot |
|
@boegelbot please test @ jsc-zen2 |
|
@migueldiascosta: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1826383164 processed Message to humans: this is just bookkeeping information for me, |
|
@boegelbot please test @ jsc-zen2 CORE_CNT=16 |
|
@migueldiascosta: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1826438948 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @jfgrimm |
|
Going in, thanks @migueldiascosta! |
(created using
eb --new-pr)