Skip to content

Conversation

@martin-frbg
Copy link
Collaborator

fixes compile failure with pgi 18.10 as reported on OpenBLAS-users

fixes compile failure with pgi 18.10 as reported on OpenBLAS-users
Makefile.x86_64 Outdated
ifeq ($(C_COMPILER), GCC)
CCOMMON_OPT += -mavx2
endif
ifeq $(F_COMPILER), GFORTRAN)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was a bit curious why CI was only failing for manylinux1, but it looks like it is just a missing opening bracket here maybe?

Perhaps only observed on manylinux1 because of the crude CI build code I wrote there, but maybe that's useful for this kind of detection anyway.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most likely it is just an older version of make with a different parser. But it is certainly good to have such a variety of systems available for CI.

PGI assembler does not like the initialization in the constraints.
@martin-frbg martin-frbg changed the title Avoid forcing gcc options on non-gcc compilers Fixes for PGI compiler Jun 16, 2019
@martin-frbg martin-frbg merged commit abea977 into OpenMathLib:develop Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants