FS#57136 - [python-pytorch] CXXFLAGS being set incorrectly
Attached to Project:
Community Packages
Opened by Doug Newgard (Scimmia) - Thursday, 18 January 2018, 00:46 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 18 January 2018, 07:28 GMT
Opened by Doug Newgard (Scimmia) - Thursday, 18 January 2018, 00:46 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 18 January 2018, 07:28 GMT
|
Details
The CXXFLAGS variable is being set from CFLAGS instead of
from CXXFLAGS: CXXFLAGS="${CFLAGS/-fno-plt/}"
Makes no real difference with the default makepkg.conf since they're the same, but they could potentially be different if it's customized or the default is changed in the future. |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Thursday, 18 January 2018, 07:28 GMT
Reason for closing: Fixed
Thursday, 18 January 2018, 07:28 GMT
Reason for closing: Fixed
Comment by
Levente Polyak (anthraxx) -
Thursday, 18 January 2018, 01:05 GMT
while on it, do you mind please considering to use a static commit
hash instead of named label and switch to git+https:// ? :-)
Comment by
Sven-Hendrik Haase (Svenstaro) -
Thursday, 18 January 2018, 07:28 GMT
Both done.