Skip to content

Add mixed clang/ifort build on OSX to Azure CI #3185

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

Merged
merged 13 commits into from
Apr 22, 2021
Merged

Add mixed clang/ifort build on OSX to Azure CI #3185

merged 13 commits into from
Apr 22, 2021

Conversation

martin-frbg
Copy link
Collaborator

@martin-frbg martin-frbg commented Apr 20, 2021

fixes #2311

Comment on lines 105 to 100
brew tap LouisBrunner/valgrind
brew install --HEAD LouisBrunner/valgrind/valgrind
make TARGET=SANDYBRIDGE NO_AVX512=1 USE_OPENMP=1 INTERFACE64=1 DYNAMIC_ARCH=1 DYNAMIC_LIST=SANDYBRIDGE DEBUG=1 NO_PARALLEL_MAKE=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10
cd ctest; OMP_NUM_THREADS=1 valgrind ./xscblat2 <sin2
Copy link
Contributor

@h-vetinari h-vetinari Apr 21, 2021

Choose a reason for hiding this comment

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

I had been wondering why the valgrind had remained... Removing that call should also make it possible to remove the installation of it...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes, I forgot to remove it - will drop that (and return the build to full DYNAMIC_ARCH) when I have the ifort build figured out.

@martin-frbg martin-frbg added this to the 0.3.15 milestone Apr 21, 2021
@martin-frbg martin-frbg merged commit 0b8a436 into OpenMathLib:develop Apr 22, 2021
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.

ld: library not found for -lgfortran MacOS, clang + ifort compilers
2 participants