ffmpeg: set compilers command.#16799
Conversation
|
This looks like a fine change to me, but I do wonder about Spack's ability to handle this sort of thing automatically. It was my understanding that Spack used environment variables like
|
ffmpegb is not use autoconf. [kameyama@kameyamapc2c spack-src]$ pwd /work/tmp/pytest-of-kameyama/spack-stage-ffmpeg-4.2.2-xrscz4glvrgco4cveykx5sj3iotcktuj/spack-src [kameyama@kameyamapc2c spack-src]$ grep -w CC configure --cc=CC use C compiler CC [$cc_default] set_ccvars CC CC=$cc Default compiler is gcc.
I check Fujitsu compiler: |
|
I just tested a non-GCC build (i.e.
|
|
Also @alalazo: I feel like I'm familiar enough with this package at this point to serve competently as a maintainer, so I'll volunteer to fill that slot should it still be open. |
Thanks @xjrc If you submit a PR in that sense I'll merge it straight away. |
ffmpeg is specifies C and c++ compilers by --cc and --cxx options.
This PR is added --cc and --cxx options to specify compileres.