forked from pool/libcircle
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
79c4dbedfb | ||
| 7760c1fc9c | |||
|
|
070e60470f | ||
|
|
f7550f9138 | ||
|
|
4397fa4e98 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of libcircle in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of libcircle in the devel project build (science:HPC)
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 16:33:24 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
|
||||
|
||||
- Disable 32b builds as there is no more openmpi available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 08:07:05 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ Version: 0.3
|
||||
Release: 0
|
||||
|
||||
Source: https://github.com/hpc/libcircle/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source100: README.md
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
URL: http://github.com/hpc/libcircle
|
||||
Summary: A library used to distribute workloads
|
||||
@@ -38,6 +39,9 @@ BuildRequires: libtool
|
||||
BuildRequires: openmpi-macros-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(check)
|
||||
%if 0%{?suse_version} >= 1600
|
||||
ExcludeArch: %ix86 %arm
|
||||
%endif
|
||||
|
||||
%description
|
||||
A simple interface for processing workloads using an automatically distributed global queue.
|
||||
|
||||
Reference in New Issue
Block a user