Skip to content

Commit

Permalink
Merge pull request #201 from vespa-engine/balder/select-toolset-versi…
Browse files Browse the repository at this point in the history
…on-in-1-place

Decide what toolset version to use.
  • Loading branch information
baldersheim authored Nov 24, 2023
2 parents d7b6c48 + 7f8c955 commit c85188c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-dependencies/.copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TOP = $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
# Version
MAJOR=1
MINOR=2
PATCH=4
PATCH=5
RELEASE=1
PKGNAME=vespa-build-dependencies

Expand Down
4 changes: 2 additions & 2 deletions build-dependencies/vespa-build-dependencies.spec.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Requires: vespa-gtest = 1.13.0
Requires: vespa-lz4-devel >= 1.9.4-2
Requires: vespa-onnxruntime-devel = 1.16.3
Requires: vespa-protobuf-devel = 3.21.12
Requires: vespa-toolset-13-meta >= 13.1.1
Requires: vespa-toolset-13-meta >= 13.1.2
%endif

%if 0%{?el9}
Expand All @@ -68,7 +68,7 @@ Requires: vespa-libzstd-devel >= 1.5.5-1
Requires: vespa-lz4-devel >= 1.9.4-2
Requires: vespa-onnxruntime-devel = 1.16.3
Requires: vespa-protobuf-devel = 3.21.12
Requires: vespa-toolset-13-meta >= 13.1.1
Requires: vespa-toolset-13-meta >= 13.1.2
%endif

%if 0%{?fedora}
Expand Down
2 changes: 1 addition & 1 deletion toolset-13/.copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TOP = $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
# Version
MAJOR=13
MINOR=1
PATCH=1
PATCH=2
RELEASE=1
PKGNAME=vespa-toolset

Expand Down
2 changes: 2 additions & 0 deletions toolset-13/vespa-toolset.spec.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ cd ${incdir} || exit 1
cat %{mydir}/patch.stl_vector.h.diff | patch -p0 -r -
cd ${triple} || exit 1
cat %{mydir}/patch.gthr-default.h.diff | patch -p0 -r -
ln -sf $(dirname %{_devtoolset_enable}) /opt/rh/gcc-toolset
printf '%s\n' "# gcc" "source /opt/rh/gcc-toolset/enable" > /etc/profile.d/enable-gcc-toolset.sh
%endif

%changelog

0 comments on commit c85188c

Please sign in to comment.