Skip to content

Commit

Permalink
openshadinglanguage: Rebuild for llvm split
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <[email protected]>
  • Loading branch information
ReillyBrogan committed Nov 26, 2024
1 parent d588221 commit c868ed2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
9 changes: 6 additions & 3 deletions packages/o/openshadinglanguage/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -1032,14 +1032,16 @@ libc.so.6:__libc_single_threaded
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__stack_chk_fail
libc.so.6:__vfprintf_chk
libc.so.6:__vprintf_chk
libc.so.6:__vsnprintf_chk
libc.so.6:calloc
libc.so.6:clearerr
libc.so.6:clock_gettime
libc.so.6:exit
libc.so.6:fclose
libc.so.6:ferror
libc.so.6:fflush
libc.so.6:fprintf
libc.so.6:fread
libc.so.6:free
libc.so.6:fwrite
Expand All @@ -1051,13 +1053,11 @@ libc.so.6:memcmp
libc.so.6:memcpy
libc.so.6:memmove
libc.so.6:memset
libc.so.6:printf
libc.so.6:pthread_mutex_lock
libc.so.6:pthread_mutex_unlock
libc.so.6:pthread_once
libc.so.6:realloc
libc.so.6:sched_yield
libc.so.6:snprintf
libc.so.6:stderr
libc.so.6:stdin
libc.so.6:stdout
Expand Down Expand Up @@ -1266,6 +1266,8 @@ libstdc++.so.6:_ZNKSt5ctypeIcE13_M_widen_initEv
libstdc++.so.6:_ZNKSt6locale2id5_M_idEv
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12find_last_ofEPKcmm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13find_first_ofEPKcmm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE16find_last_not_ofEPKcmm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE17find_first_not_ofEPKcmm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEPKcmm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEcm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5rfindEPKcmm
Expand All @@ -1286,6 +1288,7 @@ libstdc++.so.6:_ZNSt11logic_errorC2ERKNSt7__cxx1112basic_stringIcSt11char_traits
libstdc++.so.6:_ZNSt11logic_errorC2ERKS_
libstdc++.so.6:_ZNSt11regex_errorD1Ev
libstdc++.so.6:_ZNSt12future_errorD1Ev
libstdc++.so.6:_ZNSt12system_errorD1Ev
libstdc++.so.6:_ZNSt13__future_base12_Result_baseC2Ev
libstdc++.so.6:_ZNSt13__future_base12_Result_baseD2Ev
libstdc++.so.6:_ZNSt13__future_base13_State_baseV211_Make_ready6_M_setEv
Expand Down
5 changes: 3 additions & 2 deletions packages/o/openshadinglanguage/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : openshadinglanguage

Check warning on line 1 in packages/o/openshadinglanguage/package.yml

View workflow job for this annotation

GitHub Actions / Checks

`monitoring.yml` is missing
version : 1.13.9.0
release : 24
release : 25
source :
- https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/archive/refs/tags/v1.13.9.0.tar.gz : 4052c9f62c7b5b2b245217595968e3918b494f828b24ae65697dab6c86800726
homepage : https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
Expand All @@ -16,8 +16,9 @@ builddeps :
- pkgconfig(Qt6Core)
- pkgconfig(pugixml)
- pkgconfig(python3)
- clang-devel
- libboost-devel
- llvm-clang-devel
- llvm-devel
- numpy
- partio-devel
- pybind11
Expand Down
6 changes: 3 additions & 3 deletions packages/o/openshadinglanguage/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="24">openshadinglanguage</Dependency>
<Dependency release="25">openshadinglanguage</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/OSL/Imathx/ImathColor.h</Path>
Expand Down Expand Up @@ -126,8 +126,8 @@
</Files>
</Package>
<History>
<Update release="24">
<Date>2024-05-26</Date>
<Update release="25">
<Date>2024-11-26</Date>
<Version>1.13.9.0</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
Expand Down

0 comments on commit c868ed2

Please sign in to comment.