mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
Released as 20170622 ('Manchester')
This commit is contained in:
parent
dce32425eb
commit
526f2bfd4c
46
NEWS
46
NEWS
|
@ -1,3 +1,49 @@
|
|||
20170622
|
||||
|
||||
* The command line can now contain \257 (Macron) or UTF characters
|
||||
containing \257.
|
||||
|
||||
* Vote for GNU Parallel's community ads on
|
||||
http://meta.unix.stackexchange.com/a/4356/2972
|
||||
http://meta.askubuntu.com/a/16750/22307
|
||||
http://meta.serverfault.com/a/9040/45704
|
||||
|
||||
* Graph for overhead for 1000 jobs has been updated. It remains
|
||||
steadily at 3.5 ms per job on a 1.7 GHz machine
|
||||
https://www.gnu.org/software/parallel/process-time-j2-1700MHz-3000-1000.pdf
|
||||
|
||||
* GNU Parallel was cited in: The topology of the directed clique
|
||||
complex as a network invariant
|
||||
https://springerplus.springeropen.com/articles/10.1186/s40064-016-2022-y
|
||||
|
||||
* GNU Parallel was cited in: Improving Optical Character Recognition
|
||||
of Finnish Historical Newspapers with a Combination of Fraktur &
|
||||
Antiqua Models and Image
|
||||
http://www.ep.liu.se/ecp/131/038/ecp17131038.pdf
|
||||
|
||||
* GNU Parallel was cited in: Parallel Execution of Structural Mechanic
|
||||
Tasks with Use of Small Supercomputers
|
||||
http://www.sciencedirect.com/science/article/pii/S1877705817324815
|
||||
|
||||
* GNU Parallel was cited in: Integration of a Multilingual Preordering
|
||||
Component into a Commercial SMT Platform
|
||||
https://www.degruyter.com/downloadpdf/j/pralin.2017.108.issue-1/pralin-2017-0009/pralin-2017-0009.pdf
|
||||
|
||||
* Tips For Running Jobs On Your VM
|
||||
https://support.ehelp.edu.au/support/solutions/articles/6000089713-tips-for-running-jobs-on-your-vm#parallel
|
||||
|
||||
* Speed up ML model development with GNU Parallel
|
||||
https://pzelasko.github.io/posts/speed-up-ml-model-development-with-gnu-parallel
|
||||
|
||||
* Parallelizing a Python Function for the Extremely Lazy
|
||||
http://tdhopper.com/blog/2017/Jun/07/parallelizing-a-python-function-for-the-extremely-lazy/
|
||||
|
||||
* 使用GNU parallel
|
||||
http://www.android5.online/Android/androidjc/androidkf/gykf/201603/8741.html
|
||||
|
||||
* Bug fixes and man page updates.
|
||||
|
||||
|
||||
20170522
|
||||
|
||||
* --timeout can now use s=second,m=minute,h=hour,d=day.
|
||||
|
|
20
configure
vendored
20
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for parallel 20170522.
|
||||
# Generated by GNU Autoconf 2.69 for parallel 20170622.
|
||||
#
|
||||
# Report bugs to <bug-parallel@gnu.org>.
|
||||
#
|
||||
|
@ -579,8 +579,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='parallel'
|
||||
PACKAGE_TARNAME='parallel'
|
||||
PACKAGE_VERSION='20170522'
|
||||
PACKAGE_STRING='parallel 20170522'
|
||||
PACKAGE_VERSION='20170622'
|
||||
PACKAGE_STRING='parallel 20170622'
|
||||
PACKAGE_BUGREPORT='bug-parallel@gnu.org'
|
||||
PACKAGE_URL=''
|
||||
|
||||
|
@ -1214,7 +1214,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures parallel 20170522 to adapt to many kinds of systems.
|
||||
\`configure' configures parallel 20170622 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1281,7 +1281,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of parallel 20170522:";;
|
||||
short | recursive ) echo "Configuration of parallel 20170622:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1357,7 +1357,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
parallel configure 20170522
|
||||
parallel configure 20170622
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
|
@ -1374,7 +1374,7 @@ cat >config.log <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by parallel $as_me 20170522, which was
|
||||
It was created by parallel $as_me 20170622, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -2237,7 +2237,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='parallel'
|
||||
VERSION='20170522'
|
||||
VERSION='20170622'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -2880,7 +2880,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by parallel $as_me 20170522, which was
|
||||
This file was extended by parallel $as_me 20170622, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -2942,7 +2942,7 @@ _ACEOF
|
|||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
parallel config.status 20170522
|
||||
parallel config.status 20170622
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ find home:tange/parallel/* -type f | grep -v parallel.spec | parallel -Xj1 osc r
|
|||
osc up home:tange/parallel/
|
||||
make
|
||||
# Reload build-status:
|
||||
https://build.opensuse.org/package/show?package=parallel&project=home%3Atange
|
||||
https://build.opensuse.org/package/show/home:tange/parallel
|
||||
# Check that one .deb (Debian 5.0) and one .rpm (CentOS) end with 'succeeded'
|
||||
|
||||
== Download and test ==
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
<directory name="parallel" rev="204" srcmd5="539c3279f505e09b125a83024496e6b2" vrev="2">
|
||||
<directory name="parallel" rev="205" srcmd5="e2e19da7c1f6c27d3839a7392eb8a578" vrev="1">
|
||||
<entry md5="8b165d9992ba7fe7586ce235a01fcf35" mtime="1495393172" name="parallel-20170522.tar.bz2" size="1564440" />
|
||||
<entry md5="c889f8f0f1d6e0886e13d65289c8662f" mtime="1495393172" name="parallel.spec" size="4482" />
|
||||
<entry md5="de9e3d33e95403d61714132133ccd69b" mtime="1498133905" name="parallel-20170622.tar.bz2" size="1559651" />
|
||||
<entry md5="6b6f9a33704db05b64527a51b937ff7e" mtime="1498133906" name="parallel.spec" size="4482" />
|
||||
<entry md5="b52694b459b4b1d1359c1f32db7565e2" mtime="1495393172" name="parallel_20170522.dsc" size="556" />
|
||||
<entry md5="a007bf76a1cc36ef10041da03edcb535" mtime="1495393173" name="parallel_20170522.tar.gz" size="1748503" />
|
||||
<entry md5="bcb7d924c9a89f7795c7bf4f018d3ab3" mtime="1498133908" name="parallel_20170622.dsc" size="556" />
|
||||
<entry md5="e6f2106d20169b4cd583ec40ba8f0c26" mtime="1498133913" name="parallel_20170622.tar.gz" size="1731933" />
|
||||
</directory>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Shell tool for executing jobs in parallel
|
||||
Name: parallel
|
||||
Version: 20170522
|
||||
Version: 20170622
|
||||
Release: 1.2
|
||||
License: GPL
|
||||
Group: Productivity/File utilities
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Shell tool for executing jobs in parallel
|
||||
Name: parallel
|
||||
Version: 20170522
|
||||
Version: 20170622
|
||||
Release: 1.2
|
||||
License: GPL
|
||||
Group: Productivity/File utilities
|
||||
|
|
|
@ -11,7 +11,7 @@ test_pkgs="imagemagick expect autossh sshpass jq libpod-simple-perl pod2pdf gawk
|
|||
test_pkgs="$test_pkgs lua5.2 clisp php7.0-cli nodejs-legacy mono-csharp-shell"
|
||||
|
||||
# DEBIAN package
|
||||
packaging_pkgs="dpkg-dev build-essential debhelper"
|
||||
packaging_pkgs="dpkg-dev build-essential debhelper osc cvs"
|
||||
# SHEBANG TOOLS
|
||||
shebang_pkgs="gnuplot octave ruby r-base-core"
|
||||
# SQL TOOLS
|
||||
|
|
Loading…
Reference in a new issue