File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ includedir=${{prefix}}/include
22
22
#info
23
23
Name: oneDAL
24
24
Description: Intel(R) oneAPI Data Analytics Library
25
- Version: 2024.6
25
+ Version: 2024.7
26
26
URL: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal.html
27
27
#Link line
28
28
Libs: { libs}
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ def _declare_onedal_config_impl(repo_ctx):
210
210
substitutions = {
211
211
"%{auto_cpu}" : auto_cpu ,
212
212
"%{version_major}" : "2024" ,
213
- "%{version_minor}" : "6 " ,
213
+ "%{version_minor}" : "7 " ,
214
214
"%{version_update}" : "0" ,
215
215
"%{version_build}" : utils .datestamp (repo_ctx ),
216
216
"%{version_buildrev}" : "work" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "C++ API Reference for Intel(R) oneAPI Data Analytics L
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = "2024.6 "
41
+ PROJECT_NUMBER = "2024.7 "
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "C++ API Reference for Intel(R) oneAPI Data Analytics L
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = "2024.6 "
41
+ PROJECT_NUMBER = "2024.7 "
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "C++ API Reference for Intel(R) oneAPI Data Analytics L
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = "2024.6 "
41
+ PROJECT_NUMBER = "2024.7 "
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 15
15
#===============================================================================
16
16
17
17
MAJOR = 2024
18
- MINOR = 6
18
+ MINOR = 7
19
19
UPDATE = 0
20
20
BUILD = $(shell date +'%Y%m%d')
21
21
STATUS = P
You can’t perform that action at this time.
0 commit comments