Re: [math] Problems building Commons Math4 Legacy

2021-06-09 Thread Gilles Sadowski
Le mer. 9 juin 2021 à 16:10, Alex Herbert a écrit : > > On Wed, 9 Jun 2021 at 15:02, Gilles Sadowski wrote: > > > Le mer. 9 juin 2021 à 15:58, Alex Herbert a > > écrit : > > > > > I'm doing it... > > > > OK. I was trying to fix the math build using the default maven goal. > Currently there are i

Re: [math] Problems building Commons Math4 Legacy

2021-06-09 Thread Alex Herbert
On Wed, 9 Jun 2021 at 15:02, Gilles Sadowski wrote: > Le mer. 9 juin 2021 à 15:58, Alex Herbert a > écrit : > > > I'm doing it... > OK. I was trying to fix the math build using the default maven goal. Currently there are issues. See separate e-mail thread on the CI build goals. I've pushed the

Re: [math] Problems building Commons Math4 Legacy

2021-06-09 Thread Gilles Sadowski
Le mer. 9 juin 2021 à 15:58, Alex Herbert a écrit : > > On Wed, 9 Jun 2021 at 14:55, Gilles Sadowski wrote: > > > Hello. > > > > Le mer. 9 juin 2021 à 15:49, Erik Svensson a > > écrit : > > > > > > Hi! > > > > > > > > > > > > I’m trying and failing to build commons-math and it looks like the cla

Re: [math] Problems building Commons Math4 Legacy

2021-06-09 Thread Alex Herbert
On Wed, 9 Jun 2021 at 14:55, Gilles Sadowski wrote: > Hello. > > Le mer. 9 juin 2021 à 15:49, Erik Svensson a > écrit : > > > > Hi! > > > > > > > > I’m trying and failing to build commons-math and it looks like the class > LinearCombination is either in the wrong package. > > > > In DerivativeSt

Re: [math] Problems building Commons Math4 Legacy

2021-06-09 Thread Gilles Sadowski
Hello. Le mer. 9 juin 2021 à 15:49, Erik Svensson a écrit : > > Hi! > > > > I’m trying and failing to build commons-math and it looks like the class > LinearCombination is either in the wrong package. > > In DerivativeStructure for instance, LinearCombination is declared as > org.apache.commons

[math] Problems building Commons Math4 Legacy

2021-06-09 Thread Erik Svensson
Hi! I’m trying and failing to build commons-math and it looks like the class LinearCombination is either in the wrong package. In DerivativeStructure for instance, LinearCombination is declared as org.apache.commons.numbers.arrays.LinearCombination instead of org.apache.commons.numbers.core.Lin