Re: [Math] Jenkins problem (Was: [Math] Change on branch [...])

2016-04-23 Thread Matt Sicker
Also, I don't have the permissions on Jenkins here, so I can't update the config, either. On 23 April 2016 at 17:26, Matt Sicker wrote: > The test instances look like something Infra is working on to making > cloud-hosted jenkins slaves. I found some info here: > > https://cwiki.apache.org/confl

Re: [Math] Jenkins problem (Was: [Math] Change on branch [...])

2016-04-23 Thread Matt Sicker
The test instances look like something Infra is working on to making cloud-hosted jenkins slaves. I found some info here: https://cwiki.apache.org/confluence/display/INFRA/Update+Jenkins+Cloud+Nodes Also, this ticket looks related: https://issues.apache.org/jira/browse/INFRA-11543 On 23 April 201

Re: [Math] Jenkins problem (Was: [Math] Change on branch [...])

2016-04-23 Thread Gilles
On Sat, 23 Apr 2016 14:56:23 -0500, Matt Sicker wrote: You can blacklist jenkins slaves in the build config. Add "!jenkins-cloud-4GB&&(ubuntu)" to blacklist all the test instances. What are the "test instances"? I don't have the privileges to modify the Jenkins configuration. Can you make the

Re: [Math] Expiry date for old issues

2016-04-23 Thread Gilles
Hi. On Sat, 23 Apr 2016 13:10:57 -0400, Rob Tompkins wrote: I would think something along the lines of: if an issues has not been apparently worked or or clearly commented on in some number of release cycles (maybe 2 or 3), then the issue should be able to be closed. On Apr 23, 2016, at 6:26

Re: [Math] Jenkins problem (Was: [Math] Change on branch [...])

2016-04-23 Thread Matt Sicker
You can blacklist jenkins slaves in the build config. Add "!jenkins-cloud-4GB&&(ubuntu)" to blacklist all the test instances. On 23 April 2016 at 12:14, Rob Tompkins wrote: > Honestly this seems to be an issue with the maven settings.xml on the > server that ran the build. I’m guess that they we

Re: [CRYPTO] Switch from JNI to JNA

2016-04-23 Thread Damjan Jovanovic
There's also BridJ (https://github.com/nativelibs4java/BridJ), which claims to be very fast, supports C++ and COM, and JNAerator can autogenerate code for it from C/C++ headers. Java 9 will also have vastly enhanced access to native code (http://openjdk.java.net/projects/panama/). Damjan On Sat,

Re: [Math] Jenkins problem (Was: [Math] Change on branch [...])

2016-04-23 Thread Rob Tompkins
Honestly this seems to be an issue with the maven settings.xml on the server that ran the build. I’m guess that they were using the default maven settings.xml as opposed to the settings.xml that is needed for apache commons (which would contain the hashed credentials for the repository.apache.or

Re: [Math] Expiry date for old issues

2016-04-23 Thread Rob Tompkins
I would think something along the lines of: if an issues has not been apparently worked or or clearly commented on in some number of release cycles (maybe 2 or 3), then the issue should be able to be closed. > On Apr 23, 2016, at 6:26 AM, Gilles wrote: > > Hi. > > Browsing through the project

Re: [CRYPTO] Switch from JNI to JNA

2016-04-23 Thread sebb
On 23 April 2016 at 13:42, Gary Gregory wrote: > Could this be made pluggable? Then its easy to pick flexibility vs. speed. > I think Svn support in Eclipse lets you do this through Subclipse and > JavaHL. No point, except possibly in the (very) short term whilst the JNA implementation is being d

Re: [CRYPTO] Switch from JNI to JNA

2016-04-23 Thread Gary Gregory
Could this be made pluggable? Then its easy to pick flexibility vs. speed. I think Svn support in Eclipse lets you do this through Subclipse and JavaHL. Gary On Apr 23, 2016 3:42 AM, "Hendrik Dev" wrote: > Hi, > > i just had a brief look into commons crypto today. > Maybe its an option to replac

[CRYPTO] Switch from JNI to JNA

2016-04-23 Thread Hendrik Dev
Hi, i just had a brief look into commons crypto today. Maybe its an option to replace JNI by JNA [1]. This would have IHMO several advantages like * No C code needs to be written, compiled, tested and maintained * Its easier compared to JNI (this could help attracting more people to contribute) *

[Math] Expiry date for old issues

2016-04-23 Thread Gilles
Hi. Browsing through the project's open issues is becoming a huge time sink. Commons Math is crumbling under its own weight in this area too. Some of the old issues are feature requests that are unlikely to be implemented in the near future. Others contain discussions and/or patches not update

Re: [Math] Jenkins problem (Was: [Math] Change on branch [...])

2016-04-23 Thread Gilles
On Fri, 22 Apr 2016 20:08:54 -0500, Matt Sicker wrote: I think that's a problem with the jenkins-test-* servers. I asked infra about a similar issue on Log4j2, and they said that the test jenkins servers are not stable yet. Thanks for the information; so nothing to do, I guess. Gilles On 22

Re: [MATH] Ordinary differential equations - stiff solver

2016-04-23 Thread Gilles
Hi. There is also a long-pending issue on that subject: https://issues.apache.org/jira/browse/MATH-172 Regards, Gilles On Thu, 21 Apr 2016 02:55:42 +0200, Gilles wrote: Hi. On Fri, 15 Apr 2016 21:41:32 -0400, Stefan Hubert wrote: Hello Gilles, the Java code I have from LSODA is from a C-