Skip to content

Commit

Permalink
CI Linux: build GJ for CC 3.5
Browse files Browse the repository at this point in the history
As it is now common also for different CUDA stuff and GPUJPEG binary CI
builds themselves (but used only for Win), build also for CC 3.5 (Kepler
cards), which will be still supported for very short amount of time
(but as there will be builds, those can be used in future also on such
a cards, even if the support will be dropped from UG further).
  • Loading branch information
MartinPulec committed Aug 9, 2024
1 parent b0704af commit d371815
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/Linux/install_others.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ install_gpujpeg() {(
./ext-deps/bootstrap_gpujpeg.sh -d
mkdir ext-deps/gpujpeg/build
cd ext-deps/gpujpeg/build
cmake -DBUILD_OPENGL=OFF ..
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CUDA_ARCHITECTURES=35 \
-DBUILD_OPENGL=OFF ..
cmake --build . --parallel "$(nproc)"
sudo cmake --install .
sudo ldconfig
Expand Down

0 comments on commit d371815

Please sign in to comment.