scilab 6.0.1-10 MIGRATED to testing

2019-06-13 Thread Debian testing watch
FYI: The status of the scilab source package
in Debian's testing distribution has changed.

  Previous version: 6.0.1-9
  Current version:  6.0.1-10

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#930507: libompl-dev: libeigen required to build against OMPL

2019-06-13 Thread Neil Dantam
Package: libompl-dev
Version: 1.4.2+ds1-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?

 Attempting to build against libompl on Buster.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

 I installed libompl-dev and used pkg-config to obtain compiler
 options to build against ompl.

   * What was the outcome of this action?

 The `Eigen/Core` header was not found.  This eigen header is
 referenced in `/usr/include/ompl/base/ProjectionEvaluator.h:49`.

   * What outcome did you expect instead?

 Eigen is automatically installed with libompl-dev and
 pkg-config sets the appropriate flags to find the Eigen headers.

 Specifically:

 1. Installing libompl-dev pulls libeigen3-dev as a dependency.

 2. The ompl.pc pkg-config file includes the appropriate flags
to find the Eigen headers.  In OMPL 1.5.0, the generated ompl.pc
includes `-I/usr/include/eigen3` in the cflags.


-- System Information:
Debian Release: 9.9
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-0.bpo.4-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libompl-dev depends on:
ii  libboost-dev  1.62.0.1
pn  libompl11 
ii  pkg-config0.29-4+b1

libompl-dev recommends no packages.

Versions of packages libompl-dev suggests:
ii  libode-dev  2:0.14-2

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Do you need credit or personal loan?

2019-06-13 Thread Mr Justin
Do you need credit for business & personal purpose? We offer all types of
loans at a rate of 3%, with a minimum amount of $20,000 to a maximum amount
of $100 million. The applicant concerned should email now by:
unique2...@gmail.com

WhatsApp or call us: +12018655468
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

€ 2.000.000,00 Euro

2019-06-13 Thread fatima . brizolla
Lieber Freund,

Ich bin Herr Richard Wahl der Mega-Gewinner von $ 533M In Mega Millions Jackpot 
spende ich an 5 zufällige Personen, wenn Sie diese E-Mail erhalten, dann wurde 
Ihre E-Mail nach einem Spinball ausgewählt. Ich habe den größten Teil meines 
Vermögens auf eine Reihe von Wohltätigkeitsorganisationen und Organisationen 
verteilt. Ich habe mich freiwillig dazu entschieden, Ihnen den Betrag von € 
2.000.000,00 zu spenden eine der ausgewählten 5, um meine Gewinne zu 
überprüfen, finden Sie auf meiner You Tube Seite unten.

UHR MICH HIER: https://www.youtube.com/watch?v=tne02ExNDrw

Das ist dein Spendencode: [DF00430342018]

Antworten Sie mit dem Spendencode auf diese E-Mail: wahlpovertyh...@gmail.com

Ich hoffe, Sie und Ihre Familie glücklich zu machen.

Grüße

Herr Richard Wahl


-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Re: Wizytowki zamowienie

2019-06-13 Thread Marcin Kamiński
 -- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#930482: openblas: uses AVX-512 even when AVX-512 is not available in a VM

2019-06-13 Thread Ansgar Burchardt
Package: libopenblas-base
Version: 0.3.5+ds-3
Severity: important
File: /usr/lib/x86_64-linux-gnu/libopenblas.so.0
Tags: upstream

OpenBLAS tries to use AVX-2 / AVX-512 even when it is not actually
available, causing programs to crash with SIGILL:

+---
| Thread 1 "cholmodtest" received signal SIGILL, Illegal instruction.
| 0x7728fc18 in dgemv_n_SKYLAKEX () from 
/usr/lib/x86_64-linux-gnu/libopenblas.so.0
| (gdb) bt
| #0  0x7728fc18 in dgemv_n_SKYLAKEX () from 
/usr/lib/x86_64-linux-gnu/libopenblas.so.0
| [...]
| (gdb) disassemble 0x7728fc18,+8
| Dump of assembler code from 0x7728fc18 to 0x7728fc20:
| => 0x7728fc18 :  vmovsd (%rdx),%xmm18
|0x7728fc1e :  inc%rax
+---

As far as I found out, the %xmm18 register should only be available with 
AVX-512.

The CPU model is capable of AVX-2 and AVX-512, however it is not made
available in the VM I am using and therefore missing from the "Flags"
below.

+---
| Architecture:x86_64
| CPU op-mode(s):  32-bit, 64-bit
| Byte Order:  Little Endian
| Address sizes:   40 bits physical, 48 bits virtual
| CPU(s):  16
| On-line CPU(s) list: 0-15
| Thread(s) per core:  1
| Core(s) per socket:  1
| Socket(s):   16
| NUMA node(s):2
| Vendor ID:   GenuineIntel
| CPU family:  6
| Model:   85
| Model name:  Intel(R) Xeon(R) Gold 6136 CPU @ 3.00GHz
| Stepping:4
| CPU MHz: 3000.000
| BogoMIPS:6000.00
| Hypervisor vendor:   VMware
| Virtualization type: full
| L1d cache:   32K
| L1i cache:   32K
| L2 cache:1024K
| L3 cache:25344K
| NUMA node0 CPU(s):   0-7
| NUMA node1 CPU(s):   8-15
| Flags:   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm 
constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc 
cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes 
xsave avx f16c rdrand hypervisor lahf_lm 3dnowprefetch cpuid_fault pti ssbd 
ibrs ibpb stibp fsgsbase smep arat md_clear flush_l1d arch_capabilities
+---[ Output from `lscpu` ]

Ansgar

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

sasmodels_1.0.0-1_source.changes ACCEPTED into experimental

2019-06-13 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 13 Jun 2019 21:48:55 +1000
Source: sasmodels
Architecture: source
Version: 1.0.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Drew Parsons 
Changes:
 sasmodels (1.0.0-1) experimental; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 07ed6d26608216fe617e36a64898841975a40ba1 2691 sasmodels_1.0.0-1.dsc
 b08644d4e76e3f2c3dee9c9e17d5f85da71ebd79 10427753 sasmodels_1.0.0.orig.tar.gz
 d3e949fc2845e958ebc6e75a14ab391d2a4b40f7 7540 sasmodels_1.0.0-1.debian.tar.xz
Checksums-Sha256:
 672d7887a25bf136289bf0203346467973b671f197d1e7b8a365ac89bd905108 2691 
sasmodels_1.0.0-1.dsc
 bb751d4a67d076df7485970a1c8c5050ccc18e088a0e0366d01c2eaaba292e1b 10427753 
sasmodels_1.0.0.orig.tar.gz
 d1cff4f62b214e116c95ec6450df5b996d03a9a4cd65d43e683eefd17a92b77c 7540 
sasmodels_1.0.0-1.debian.tar.xz
Files:
 85f6cab484a5912ee258bd7e6a4caa31 2691 science optional sasmodels_1.0.0-1.dsc
 6bca0ba21f166bf8c4a4c35b24fdc6ed 10427753 science optional 
sasmodels_1.0.0.orig.tar.gz
 9a2773bd6fda3a7b02fd785467c68a2a 7540 science optional 
sasmodels_1.0.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAl0COo0ACgkQVz7x5L1a
Afrh5g//Z+Au7STUZ5t/KFRKn3TAJ1TU3yAxkst4Yy/dqhGGAnffWwwy2UspEmb1
9xceMxCg92GwvYEjAtrhg1E4+BjwrPYQVARneKKLGmO/vcy+ClHYvrEwDPzRj2ry
IiwuV77JOYOagobgvb7xFbCMAPSD98JXxnaLqx8fgszJKWsFFE+9V8vzTf8FF/+5
vAlV98ds74pgfB1lWEWvb58FkZLw4HbSK6nXxMdkZWMqGDPnVQvRMmYRtkeRIxTQ
vaGCjP9rpA2RFwHwmM6sqO8PJIZCdCvpuefX4JtEMU/dv6FtJfe6D8D2ipIehtQG
7wx1/WMe48ryVV/yqySyH+bV+WGnGtCuiApuSG3IeHvzY/lqGEu09m9Bo2XRDcSn
4Mn0M1rqhRlMXDvbr9cXPEyzj3pj1qAhH+ANWVzhRRBTXEu5dXOwyhBe34S28KnC
P3VNCR7kYUwj+jPNp3HI1+79SYQu54YdoeJuuN7Cs3P90fMYkHdS4KN7q+uUN3kJ
gTimV6cyN5lhKzHxod3Yw/zCXCQ5MSqxzICIKJHIG+tBM437HbhZGikFuGTWPqOy
6scOp94m3TyPxEpQnmjQM9+ZFiLn45KbrZr638MoR0os7Shhc3tfvW8ntJW1b6Mh
YGQedwfP6texbbRoITffkUqjrwWFwRM7v6c1afEAaczkkAFfhkY=
=sKwL
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Processing of sasmodels_1.0.0-1_source.changes

2019-06-13 Thread Debian FTP Masters
sasmodels_1.0.0-1_source.changes uploaded successfully to localhost
along with the files:
  sasmodels_1.0.0-1.dsc
  sasmodels_1.0.0.orig.tar.gz
  sasmodels_1.0.0-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

pybind11_2.3.0-1exp1_source.changes ACCEPTED into experimental

2019-06-13 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 13 Jun 2019 21:12:54 +1000
Source: pybind11
Architecture: source
Version: 2.3.0-1exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Drew Parsons 
Changes:
 pybind11 (2.3.0-1exp1) experimental; urgency=medium
 .
   * Team upload.
   * New upstream release.
 - applies patch ignore_bogus_numpy_ABI_warning.patch
   * Standards-Version: 4.3.0
   * debhelper compatibility level 12
 Build-Depends: debhelper-compat (= 12)
Checksums-Sha1:
 50aa8bfff0c5077cfa04c4944916b05c711c493b 2662 pybind11_2.3.0-1exp1.dsc
 34ba2b78f208cc9e5377f5b8edb2e720472d325b 564523 pybind11_2.3.0.orig.tar.gz
 bf5980a3dde73dfe602516af4ec51a7a164056ba 6144 
pybind11_2.3.0-1exp1.debian.tar.xz
Checksums-Sha256:
 489cb6585d6731200d0c6bb5c8fb65e12241e94598fa57bf79ffbd52aa0052f0 2662 
pybind11_2.3.0-1exp1.dsc
 e9b2c5e2559292575fd45165d2f6e5bab10ae5ee27116bc834b1cefb498c95ab 564523 
pybind11_2.3.0.orig.tar.gz
 384e484fe6b3a0b44fb4652c8e8acdeda6b19d5480bd0d83884b767ccd80074f 6144 
pybind11_2.3.0-1exp1.debian.tar.xz
Files:
 1a5e6a3e7d48d6d6fc11d2f019a7e436 2662 libs optional pybind11_2.3.0-1exp1.dsc
 852d01151f4ef9deb4c4944c98136aac 564523 libs optional 
pybind11_2.3.0.orig.tar.gz
 3a8c709ea0c54049052d44cba87ad764 6144 libs optional 
pybind11_2.3.0-1exp1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAl0CMfUACgkQVz7x5L1a
Afr+8w/+LovrHzUixjPWOwzJjqqROrhgWFl7Y8LDQAS0Hey1VnZZUKGP76uPSvL0
Zra/OesGV48m72b+yMQ2CzA2dy5MouovofyZ2NUIDPre256FyipO8t2nz8NSIFuh
dztH9Rn4l/5+ErLlTWCIqI0unXo4qKSlfupe/cyZkYfI99CsHYV4ZSiSuDuWCNSM
kLPeT65YFwEC1kPpg6BcUOyLZ6Xp6H9ToOUOwDFdfH16GPB2iiI7YFQJLz/imjjI
s47BxMTzMpTxBDDOppH5xyYwMJA/4pCu4LH1Pz7yFFcq3ICre3Uh8Jb4Ocx42MhD
1m1ml97TrSlXLThZdGts1E70vk0CQdjj1q6IvonazrHheqDmnvAw5A6yyj7OWT2g
yaNFcLpWN2S1xChW8qx4BqxLuiml6Wvx8Ju3etRRtxYmZqelxUOT6WiYXjG9/nFG
9JNquWaxhv2j6oGWnQC62WsXUej/juWErIEy9Bk5u1dILjzwx9l62mUV6K6xDy3A
YOPDdEKeztIAK0t+RxnX5/lgIBfp5lpToy5jnUgDwYWnNQl9qUCip3PL9KKD2o72
NOyPQo9Que2EltoKVD1l8Xuu9UpG9wiSBpv3NTeBJCI6ExjpCFdLdUyEX5iH3lLL
d7Yb1o2Ny41ldVt7YNcjzH7T93TA8MwRY8N628UF6bYewOJy2cw=
=Y9XN
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Processing of pybind11_2.3.0-1exp1_source.changes

2019-06-13 Thread Debian FTP Masters
pybind11_2.3.0-1exp1_source.changes uploaded successfully to localhost
along with the files:
  pybind11_2.3.0-1exp1.dsc
  pybind11_2.3.0.orig.tar.gz
  pybind11_2.3.0-1exp1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers