10
0

31 Commits

Author SHA256 Message Date
5d55631f4e Accepting request 1121350 from science
OBS-URL: https://build.opensuse.org/request/show/1121350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=13
2023-10-31 19:25:42 +00:00
a7f9fad92e Accepting request 1121268 from home:badshah400:octforge
Version update and URL fix.

OBS-URL: https://build.opensuse.org/request/show/1121268
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=28
2023-10-31 02:51:37 +00:00
f3e71a269c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=12 2023-04-19 15:44:12 +00:00
OBS User buildservice-autocommit
33e4781358 Updating link to change in openSUSE:Factory/octave-forge-parallel revision 12
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=b5517088dcdfa61dc2057030d81c0452
2023-04-19 15:44:12 +00:00
OBS User buildservice-autocommit
b552aa63a7 Accepting request 1080272 from science
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/1080272
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=27
2023-04-19 15:44:12 +00:00
0556efc8ac Accepting request 1080058 from home:badshah400:branches:science
Add parallel-missing-header-cdef_object.patch Fix no member named 'cdef_object' in namespace 'octave' (https://savannah.gnu.org/bugs/?63922).

OBS-URL: https://build.opensuse.org/request/show/1080058
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=26
2023-04-19 09:01:10 +00:00
d04822cbf8 Accepting request 1065646 from science
OBS-URL: https://build.opensuse.org/request/show/1065646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=11
2023-02-14 15:47:31 +00:00
14c261195b Accepting request 1064226 from home:seijikun:branches:science
- Add patch 0001-Bug62349-fix-missing-num_processors.patch
  Fixes loading the package in newer Octave versions
  From: https://savannah.gnu.org/bugs/?62349

OBS-URL: https://build.opensuse.org/request/show/1064226
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=24
2023-02-14 04:28:19 +00:00
Richard Brown
e62c257703 Accepting request 881737 from science
OBS-URL: https://build.opensuse.org/request/show/881737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=10
2021-03-29 16:22:04 +00:00
baf5ad79a9 Accepting request 880571 from home:badshah400:branches:science
Update to version 4.0.1

OBS-URL: https://build.opensuse.org/request/show/880571
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=22
2021-03-28 12:44:54 +00:00
612dc7f75d Accepting request 801793 from science
OBS-URL: https://build.opensuse.org/request/show/801793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=9
2020-06-11 12:48:39 +00:00
363d744f7b Accepting request 801355 from home:StefanBruens:branches:science
- Update to version 4.0.0:
  * New systems both for local and cluster-based parallel execution:
    Octave sessions directly generated by 'fork()' are not used
    anymore for parallel execution. Instead, freshly started Octave
    sessions are used. This fixes problems with threads of Octave and
    of libraries used by Octave. For parcellfun/pararrayfun, it
    introduces some limitations, in particular with anonymous
    functions in Octave versions < 5.1.
  * The package should now run on Windows, too, though this is less
    tested than running on GNU/Linux.
  * The server for cluster-based execution is not installed on Windows
    or macOS (the client and the system for local parallel execution
    are).
  * Compatible with Octave 5.2 and current (2020-04-11) development
    version of Octave.
  * Removed deprecated function scloseall().
- Drop obsolete octave-forge-parallel-build-with-octave5.patch

OBS-URL: https://build.opensuse.org/request/show/801355
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=20
2020-05-08 12:24:50 +00:00
c9adb75217 OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=19 2019-12-08 20:29:54 +00:00
Stephan Kulow
80af1efa32 Accepting request 683025 from science
OBS-URL: https://build.opensuse.org/request/show/683025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=8
2019-03-10 08:40:52 +00:00
52019f4a83 Accepting request 683024 from home:StefanBruens:branches:science
- Spec file cleanup, remove %defattr, correct bugzilla link
- Require gnutls >= 3.4.0
- Update URL: and Source: to use https://

OBS-URL: https://build.opensuse.org/request/show/683024
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=17
2019-03-09 15:20:47 +00:00
44aa501757 Accepting request 683017 from home:StefanBruens:branches:science
- Spec file cleanup, remove %defattr, correct bugzilla link
- Require gnutls >= 3.4.0

OBS-URL: https://build.opensuse.org/request/show/683017
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=16
2019-03-09 14:36:09 +00:00
640f178aad Accepting request 683015 from home:badshah400:branches:science
- Add octave-forge-parallel-build-with-octave5.patch to fix
  building against octave >= 5; patch taken from upstream
  mercurial repo commits. Add automake and autoconf to
  BuildRequires since patch touches build files.

OBS-URL: https://build.opensuse.org/request/show/683015
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=15
2019-03-09 14:24:45 +00:00
6bfbce07aa Accepting request 630303 from science
OBS-URL: https://build.opensuse.org/request/show/630303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=7
2018-08-20 14:19:27 +00:00
a6c4ef4820 Accepting request 629622 from home:badshah400:branches:science
- Update to version 3.1.3:
  * Fixed building with newer gnutls versions.
  * Fixed building with Octave 4.0.
  * Change formal dependency on Octave to versions >= 4.0.

OBS-URL: https://build.opensuse.org/request/show/629622
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=13
2018-08-18 17:33:07 +00:00
845d0ddacd Accepting request 616556 from science
OBS-URL: https://build.opensuse.org/request/show/616556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=6
2018-06-29 20:25:41 +00:00
Todd R
0738fe1677 Accepting request 614458 from home:badshah400:branches:science
- Update to version 3.1.2:
  * Octave 4.4 compatibility.

OBS-URL: https://build.opensuse.org/request/show/614458
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=11
2018-06-13 15:04:43 +00:00
01a64f7e83 Accepting request 441715 from science
1

OBS-URL: https://build.opensuse.org/request/show/441715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=5
2016-11-28 14:05:28 +00:00
296444ca37 Accepting request 441713 from home:Dmitry_R:branches:science
OBS-URL: https://build.opensuse.org/request/show/441713
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=9
2016-11-23 21:35:00 +00:00
839063a8f7 Accepting request 401280 from science
1

OBS-URL: https://build.opensuse.org/request/show/401280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=4
2016-06-14 21:07:50 +00:00
f474eab013 Accepting request 401279 from home:Dmitry_R:branches:science
OBS-URL: https://build.opensuse.org/request/show/401279
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=7
2016-06-11 10:43:13 +00:00
16624a66ee Accepting request 341742 from science
1

OBS-URL: https://build.opensuse.org/request/show/341742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=3
2015-11-02 11:55:06 +00:00
bf24cc7a92 Accepting request 341741 from home:Dmitry_R:branches:science
- Update to version 3.0.3
  * Bugfix release

OBS-URL: https://build.opensuse.org/request/show/341741
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=5
2015-10-30 21:37:21 +00:00
3ea914748f Accepting request 322354 from science
- Update to version 3.0.2
  * Bugfix release

- Update to version 3.0.0
  * 'parcellfun' and 'pararrayfun' accept an option "CumFunc" for
    cumulative results.
  * Fix handling of option "UniformOutput" with option "Vectorized" in
    'pararrayfun'.
  * Function 'connect()' has been renamed to 'pconnect()' since the
    previous name is used by the control package.
  * New functions 'netcellfun' and 'netarrayfun' for remote parallel
    execution.
  * New convenience function 'rfeval' for single remote function
    execution.
  * New function 'install_vars' to distribute named variables over the
    parallel cluster.
  * The value returned by pconnect and the variable 'sockets' held by
    pserver, holding the network connections, are now opaque. Indexing
    the connections in this value should work as with the matrix used
    before.
  * Connections can be based on TLS-SRP, which is now the default. New
    function parallel_generate_srp_data generates authorization data.
  * Parallel cluster commands hanging in system calls (e.g. trying to
    read data that was not sent) can be interrupted with Ctrl-C
    (invalidating the network connections in most cases, so that
    information within server memory will be lost).
  * New functions 'network_get_info' and 'network_set'.
  * Within a particular parallel network, servers are supposed to be
    unique now. But a server can be a part of several parallel
    networks, and successful connection attempts of such overlapping

OBS-URL: https://build.opensuse.org/request/show/322354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=2
2015-08-31 20:58:52 +00:00
e8d76d8299 - Update to version 3.0.2
* Bugfix release

- Update to version 3.0.0
  * 'parcellfun' and 'pararrayfun' accept an option "CumFunc" for
    cumulative results.
  * Fix handling of option "UniformOutput" with option "Vectorized" in
    'pararrayfun'.
  * Function 'connect()' has been renamed to 'pconnect()' since the
    previous name is used by the control package.
  * New functions 'netcellfun' and 'netarrayfun' for remote parallel
    execution.
  * New convenience function 'rfeval' for single remote function
    execution.
  * New function 'install_vars' to distribute named variables over the
    parallel cluster.
  * The value returned by pconnect and the variable 'sockets' held by
    pserver, holding the network connections, are now opaque. Indexing
    the connections in this value should work as with the matrix used
    before.
  * Connections can be based on TLS-SRP, which is now the default. New
    function parallel_generate_srp_data generates authorization data.
  * Parallel cluster commands hanging in system calls (e.g. trying to
    read data that was not sent) can be interrupted with Ctrl-C
    (invalidating the network connections in most cases, so that
    information within server memory will be lost).
  * New functions 'network_get_info' and 'network_set'.
  * Within a particular parallel network, servers are supposed to be
    unique now. But a server can be a part of several parallel
    networks, and successful connection attempts of such overlapping

OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=3
2015-08-13 11:05:41 +00:00
Stephan Kulow
d4f031bb00 Accepting request 310990 from science
Part of Octave-Forge project

OBS-URL: https://build.opensuse.org/request/show/310990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/octave-forge-parallel?expand=0&rev=1
2015-06-16 13:13:27 +00:00
1d2d374ae8 osc copypac from project:home:Dmitry_R:octave package:octave-forge-parallel revision:1
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-parallel?expand=0&rev=1
2015-06-06 20:20:44 +00:00