diff options
author | t-karatsu <49965247+t-karatsu@users.noreply.github.com> | 2019-07-18 07:37:18 +0900 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-07-17 15:37:18 -0700 |
commit | 1269256e25700912bb0a450d2a41cc09d0cc9cff (patch) | |
tree | 8102ee22d0c277035e602068ffb5d1c6020d46cf /bin | |
parent | 7f3048c8af43f8bf119a88f56391360ab42a957d (diff) | |
download | spack-1269256e25700912bb0a450d2a41cc09d0cc9cff.tar.gz spack-1269256e25700912bb0a450d2a41cc09d0cc9cff.tar.bz2 spack-1269256e25700912bb0a450d2a41cc09d0cc9cff.tar.xz spack-1269256e25700912bb0a450d2a41cc09d0cc9cff.zip |
libjpeg-turbo: set compiler flags with CMake args (#11938)
Later versions of libjpeg-turbo build with CMake; to build with
user-specified cflags, the user must supply these to CMake as
-DCMAKE_C_FLAGS (Spack's typical approach of injecting these flags
into the compiler wrapper invocation is insufficient in this case).
Currently libjpeg-turbo cannot be implemented as a CMakePackage
(and thereby take advantage of the flag_handler implementation it
provides) because not all versions of libjpeg-turbo use CMake, so
this adds a custom implementation of flag_handler and
flags_to_build_system_args to libjpeg-turbo.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions