Page MenuHomeSolus

D11600.id.diff
No OneTemporary

D11600.id.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -7,6 +7,9 @@
libhwloc.so.15:hwloc_alloc_membind
libhwloc.so.15:hwloc_alloc_setup_object
libhwloc.so.15:hwloc_backend_alloc
+libhwloc.so.15:hwloc_backend_distances_add_commit
+libhwloc.so.15:hwloc_backend_distances_add_create
+libhwloc.so.15:hwloc_backend_distances_add_values
libhwloc.so.15:hwloc_backend_enable
libhwloc.so.15:hwloc_bitmap_allbut
libhwloc.so.15:hwloc_bitmap_alloc
@@ -67,6 +70,9 @@
libhwloc.so.15:hwloc_cpukinds_get_nr
libhwloc.so.15:hwloc_cpukinds_register
libhwloc.so.15:hwloc_distances_add
+libhwloc.so.15:hwloc_distances_add_commit
+libhwloc.so.15:hwloc_distances_add_create
+libhwloc.so.15:hwloc_distances_add_values
libhwloc.so.15:hwloc_distances_get
libhwloc.so.15:hwloc_distances_get_by_depth
libhwloc.so.15:hwloc_distances_get_by_name
@@ -76,6 +82,7 @@
libhwloc.so.15:hwloc_distances_release_remove
libhwloc.so.15:hwloc_distances_remove
libhwloc.so.15:hwloc_distances_remove_by_depth
+libhwloc.so.15:hwloc_distances_transform
libhwloc.so.15:hwloc_export_obj_userdata
libhwloc.so.15:hwloc_export_obj_userdata_base64
libhwloc.so.15:hwloc_free
@@ -93,6 +100,7 @@
libhwloc.so.15:hwloc_get_memory_parents_depth
libhwloc.so.15:hwloc_get_nbobjs_by_depth
libhwloc.so.15:hwloc_get_obj_by_depth
+libhwloc.so.15:hwloc_get_obj_with_same_locality
libhwloc.so.15:hwloc_get_proc_cpubind
libhwloc.so.15:hwloc_get_proc_last_cpu_location
libhwloc.so.15:hwloc_get_proc_membind
@@ -127,6 +135,7 @@
libhwloc.so.15:hwloc_obj_type_snprintf
libhwloc.so.15:hwloc_obj_type_string
libhwloc.so.15:hwloc_pci_class_string
+libhwloc.so.15:hwloc_pci_find_by_busid
libhwloc.so.15:hwloc_pci_find_parent_by_busid
libhwloc.so.15:hwloc_pcidisc_check_bridge_type
libhwloc.so.15:hwloc_pcidisc_find_bridge_buses
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,3 +1,4 @@
+libNX_X11.so.6
libX11.so.6
libc.so.6
libcairo.so.2
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -1,25 +1,25 @@
-libX11.so.6:XCloseDisplay
-libX11.so.6:XCreateFontCursor
-libX11.so.6:XCreateSimpleWindow
+libNX_X11.so.6:XCloseDisplay
+libNX_X11.so.6:XCreateFontCursor
+libNX_X11.so.6:XCreateSimpleWindow
+libNX_X11.so.6:XMapWindow
+libNX_X11.so.6:XMoveWindow
+libNX_X11.so.6:XResizeWindow
+libNX_X11.so.6:XResourceManagerString
+libNX_X11.so.6:XSelectInput
+libNX_X11.so.6:XSetIconName
+libNX_X11.so.6:XrmInitialize
libX11.so.6:XDefineCursor
libX11.so.6:XDestroyWindow
libX11.so.6:XEventsQueued
libX11.so.6:XFreeCursor
libX11.so.6:XLookupString
-libX11.so.6:XMapWindow
-libX11.so.6:XMoveWindow
libX11.so.6:XNextEvent
libX11.so.6:XOpenDisplay
libX11.so.6:XRefreshKeyboardMapping
-libX11.so.6:XResizeWindow
-libX11.so.6:XResourceManagerString
-libX11.so.6:XSelectInput
-libX11.so.6:XSetIconName
libX11.so.6:XStoreName
libX11.so.6:XrmDestroyDatabase
libX11.so.6:XrmGetResource
libX11.so.6:XrmGetStringDatabase
-libX11.so.6:XrmInitialize
libc.so.6:__asprintf_chk
libc.so.6:__assert_fail
libc.so.6:__ctype_b_loc
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,12 +1,12 @@
name : hwloc
-version : 2.4.0
-release : 5
+version : 2.5.0
+release : 6
source :
- - https://download.open-mpi.org/release/hwloc/v2.4/hwloc-2.4.0.tar.bz2 : 2b1f1b4adb542911096bdceceb16270e9918908dcd884ab85c2f929c2b3838e9
+ - https://download.open-mpi.org/release/hwloc/v2.5/hwloc-2.5.0.tar.bz2 : a9cf9088be085bdd167c78b73ddf94d968fa73a8ccf62172481ba9342c4f52c8
license : BSD-3-Clause
component : programming.tools
-summary : hwloc primarily aims at helping applications with gathering information
- about increasingly complex parallel computing platforms
+homepage : https://www.open-mpi.org/projects/hwloc/
+summary : Helps applications gather information about resources on parallel computing platforms
description: |
The Hardware Locality (hwloc) software project aims at easing the process of discovering hardware resources in parallel architectures. It offers command-line tools and a C API for consulting these resources, their locality, attributes, and interconnection. hwloc primarily aims at helping high-performance computing (HPC) applications, but is also applicable to any project seeking to exploit code and/or data locality on modern computing platforms.
builddeps :
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,20 +1,21 @@
<PISI>
<Source>
<Name>hwloc</Name>
+ <Homepage>https://www.open-mpi.org/projects/hwloc/</Homepage>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>programming.tools</PartOf>
- <Summary xml:lang="en">hwloc primarily aims at helping applications with gathering information about increasingly complex parallel computing platforms</Summary>
+ <Summary xml:lang="en">Helps applications gather information about resources on parallel computing platforms</Summary>
<Description xml:lang="en">The Hardware Locality (hwloc) software project aims at easing the process of discovering hardware resources in parallel architectures. It offers command-line tools and a C API for consulting these resources, their locality, attributes, and interconnection. hwloc primarily aims at helping high-performance computing (HPC) applications, but is also applicable to any project seeking to exploit code and/or data locality on modern computing platforms.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>hwloc</Name>
- <Summary xml:lang="en">hwloc primarily aims at helping applications with gathering information about increasingly complex parallel computing platforms</Summary>
+ <Summary xml:lang="en">Helps applications gather information about resources on parallel computing platforms</Summary>
<Description xml:lang="en">The Hardware Locality (hwloc) software project aims at easing the process of discovering hardware resources in parallel architectures. It offers command-line tools and a C API for consulting these resources, their locality, attributes, and interconnection. hwloc primarily aims at helping high-performance computing (HPC) applications, but is also applicable to any project seeking to exploit code and/or data locality on modern computing platforms.
</Description>
<PartOf>programming.tools</PartOf>
@@ -34,7 +35,7 @@
<Path fileType="executable">/usr/bin/lstopo</Path>
<Path fileType="executable">/usr/bin/lstopo-no-graphics</Path>
<Path fileType="library">/usr/lib64/libhwloc.so.15</Path>
- <Path fileType="library">/usr/lib64/libhwloc.so.15.4.0</Path>
+ <Path fileType="library">/usr/lib64/libhwloc.so.15.5.0</Path>
<Path fileType="executable">/usr/sbin/hwloc-dump-hwdata</Path>
<Path fileType="data">/usr/share/applications/lstopo.desktop</Path>
<Path fileType="data">/usr/share/bash-completion/completions/hwloc</Path>
@@ -82,6 +83,10 @@
<Path fileType="man">/usr/share/man/man3/HWLOC_DISTANCES_KIND_FROM_USER.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_DISTANCES_KIND_MEANS_BANDWIDTH.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_DISTANCES_KIND_MEANS_LATENCY.3</Path>
+ <Path fileType="man">/usr/share/man/man3/HWLOC_DISTANCES_TRANSFORM_LINKS.3</Path>
+ <Path fileType="man">/usr/share/man/man3/HWLOC_DISTANCES_TRANSFORM_MERGE_SWITCH_PORTS.3</Path>
+ <Path fileType="man">/usr/share/man/man3/HWLOC_DISTANCES_TRANSFORM_REMOVE_NULL.3</Path>
+ <Path fileType="man">/usr/share/man/man3/HWLOC_DISTANCES_TRANSFORM_TRANSITIVE_CLOSURE.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_LOCAL_NUMANODE_FLAG_ALL.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_LOCAL_NUMANODE_FLAG_LARGER_LOCALITY.3</Path>
@@ -148,9 +153,12 @@
<Path fileType="man">/usr/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3</Path>
+ <Path fileType="man">/usr/share/man/man3/HWLOC_TOPOLOGY_FLAG_DONT_CHANGE_BINDING.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_TOPOLOGY_FLAG_IMPORT_SUPPORT.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_TOPOLOGY_FLAG_INCLUDE_DISALLOWED.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3</Path>
+ <Path fileType="man">/usr/share/man/man3/HWLOC_TOPOLOGY_FLAG_RESTRICT_TO_CPUBINDING.3</Path>
+ <Path fileType="man">/usr/share/man/man3/HWLOC_TOPOLOGY_FLAG_RESTRICT_TO_MEMBINDING.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3</Path>
<Path fileType="man">/usr/share/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3</Path>
@@ -246,8 +254,11 @@
<Path fileType="man">/usr/share/man/man3/hwloc_cudart_get_device_osdev_by_index.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_cudart_get_device_pci_ids.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_cudart_get_device_pcidev.3</Path>
- <Path fileType="man">/usr/share/man/man3/hwloc_distances_add.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwloc_distances_add_commit.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwloc_distances_add_create.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_distances_add_flag_e.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwloc_distances_add_handle_t.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwloc_distances_add_values.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_distances_get.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_distances_get_by_depth.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_distances_get_by_name.3</Path>
@@ -262,6 +273,8 @@
<Path fileType="man">/usr/share/man/man3/hwloc_distances_remove_by_depth.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_distances_remove_by_type.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_distances_s.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwloc_distances_transform.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwloc_distances_transform_e.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_distrib.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_distrib_flags_e.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_export_obj_userdata.3</Path>
@@ -329,6 +342,8 @@
<Path fileType="man">/usr/share/man/man3/hwloc_ibv_get_device_osdev.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_ibv_get_device_osdev_by_name.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_info_s.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwloc_levelzero_get_device_cpuset.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwloc_levelzero_get_device_osdev.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_linux_get_tid_cpubind.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_linux_get_tid_last_cpu_location.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_linux_read_path_as_cpumask.3</Path>
@@ -469,6 +484,8 @@
<Path fileType="man">/usr/share/man/man3/hwloc_type_filter_e.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_type_sscanf.3</Path>
<Path fileType="man">/usr/share/man/man3/hwloc_type_sscanf_as_depth.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwloc_windows_get_nr_processor_groups.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwloc_windows_get_processor_group_cpuset.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_advanced_io.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_api_version.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_bitmap.3</Path>
@@ -482,6 +499,7 @@
<Path fileType="man">/usr/share/man/man3/hwlocality_distances_add.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_distances_consult.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_distances_get.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwlocality_distances_remove.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_gl.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_glibc_sched.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_helper_ancestors.3</Path>
@@ -495,6 +513,7 @@
<Path fileType="man">/usr/share/man/man3/hwlocality_helper_types.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_info_attr.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_levels.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwlocality_levelzero.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_linux.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_linux_libnuma_bitmask.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_linux_libnuma_ulongs.3</Path>
@@ -513,6 +532,7 @@
<Path fileType="man">/usr/share/man/man3/hwlocality_shmem.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_syntheticexport.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_tinker.3</Path>
+ <Path fileType="man">/usr/share/man/man3/hwlocality_windows.3</Path>
<Path fileType="man">/usr/share/man/man3/hwlocality_xmlexport.3</Path>
<Path fileType="man">/usr/share/man/man7/hwloc.7</Path>
</Files>
@@ -524,7 +544,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="5">hwloc</Dependency>
+ <Dependency release="6">hwloc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/hwloc.h</Path>
@@ -541,6 +561,7 @@
<Path fileType="header">/usr/include/hwloc/glibc-sched.h</Path>
<Path fileType="header">/usr/include/hwloc/helper.h</Path>
<Path fileType="header">/usr/include/hwloc/inlines.h</Path>
+ <Path fileType="header">/usr/include/hwloc/levelzero.h</Path>
<Path fileType="header">/usr/include/hwloc/linux-libnuma.h</Path>
<Path fileType="header">/usr/include/hwloc/linux.h</Path>
<Path fileType="header">/usr/include/hwloc/memattrs.h</Path>
@@ -556,12 +577,12 @@
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2021-06-14</Date>
- <Version>2.4.0</Version>
+ <Update release="6">
+ <Date>2021-08-08</Date>
+ <Version>2.5.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 7:41 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808264
Default Alt Text
D11600.id.diff (15 KB)

Event Timeline