-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linuxmint-17, ubuntu-trusty: scipy build error with pybind11 #32515
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
I don't see anything in the |
This comment has been minimized.
This comment has been minimized.
comment:6
OK, C++14 is irrelevant. Looks like the failing compilers do not implement C++11 completely. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
New commits:
|
Commit: |
comment:15
Tested successfully using |
This comment has been minimized.
This comment has been minimized.
comment:18
Let's get this in please |
Reviewer: Jonathan Kliem |
comment:19
LGTM. |
comment:20
Thank you! |
Changed branch from u/mkoeppe/linuxmint_17__ubuntu_trusty__scipy_build_error_with_pybind11 to |
On
linuxmint-17-minimal
(https://github.com/sagemath/sage/runs/3593003595)Likely caused by the
pybind11
update (from 2.6.0 to 2.7.1; https://pybind11.readthedocs.io/en/stable/changelog.html) done as part of the Jupyter upgrade in #31280.Broken:
linuxmint-17
(gcc 4.8.4-2ubuntu1~14.04.3,__GLIBCXX__ = 20150426
),ubuntu-trusty
(4.8.4-2ubuntu1~14.04.4,__GLIBCXX__ = 20150426
)OK:
centos-7
4.8.5 20150623 (Red Hat 4.8.5-44,__GLIBCXX__ = 20150623
)debian-jessie
(gcc 4.9.2-10+deb8u2),linuxmint-18
(gcc 5.4.0-6ubuntu1~16.04.6),fedora-26
(7.3.1 20180130 (Red Hat 7.3.1-2))Opened
pybind11
upstream issue: pybind/pybind11#3269, PR pybind/pybind11#3270 (merged in the 2.7 maintenance branch)CC: @dimpase @orlitzky @jhpalmieri @kliem
Component: packages: standard
Author: Matthias Koeppe
Branch/Commit:
d0e1e95
Reviewer: Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/32515
The text was updated successfully, but these errors were encountered: