Re: [deal.II] Re: Mac testers wanted

2018-05-11 Thread luca.heltai
It did… Matthias just removed all of the intermediate release candidates.

I’m building the final package now. The 

https://github.com/luca-heltai/dealii/releases/tag/v9.0.0-rc1 

image has a missing initialisation file, so you have to define DEAL_II_DIR and 
CMAKE_PREFIX_PATH by yourself,

L.


> On 11 May 2018, at 23:50, Denis Davydov  wrote:
> 
> Luca, 
> 
> the link does not seem to contain dmg. 
> You probably wanted to give a link to your fork, i.e. 
> https://github.com/luca-heltai/dealii/releases/tag/v9.0.0-rc1 
> 
> Cheers,
> Denis
> 
> On Sunday, May 6, 2018 at 11:51:19 AM UTC+2, Luca Heltai wrote:
> Sorry. The address is the following:
> 
> https://github.com/dealii/dealii/releases/v9.0.0-rc2
> 
> Luca
> 
> Il giorno 06 mag 2018, alle ore 11:30, luca.heltai  ha 
> scritto:
> 
>> Dear all, 
>> 
>> I have just uploaded a new package for deal.II-9.0.0-rc2 here:
>> 
>> https://github.com/dealii/dealii/releases/edit/v9.0.0-rc2
>> 
>> This was compiled with Apple clang 9.1.0, and gfortran from gcc 7.3.
>> 
>> Please test, and let me know if everything is ok.
>> 
>> Best,
>> Luca.
> 
> -- 
> The deal.II project is located at http://www.dealii.org/
> For mailing list/forum options, see 
> https://groups.google.com/d/forum/dealii?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "deal.II User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dealii+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[deal.II] Re: Mac testers wanted

2018-05-11 Thread Denis Davydov
Luca, 

the link does not seem to contain dmg. 
You probably wanted to give a link to your fork, i.e. 
https://github.com/luca-heltai/dealii/releases/tag/v9.0.0-rc1 

Cheers,
Denis

On Sunday, May 6, 2018 at 11:51:19 AM UTC+2, Luca Heltai wrote:
>
> Sorry. The address is the following:
>
> https://github.com/dealii/dealii/releases/v9.0.0-rc2
>
> Luca
>
> Il giorno 06 mag 2018, alle ore 11:30, luca.heltai  > ha scritto:
>
> Dear all, 
>
> I have just uploaded a new package for deal.II-9.0.0-rc2 here:
>
> https://github.com/dealii/dealii/releases/edit/v9.0.0-rc2
>
> This was compiled with Apple clang 9.1.0, and gfortran from gcc 7.3.
>
> Please test, and let me know if everything is ok.
>
> Best,
> Luca.
>
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [deal.II] Re: Mac testers wanted

2018-05-08 Thread Jonathan Pitt
Compiled ok for me on 10.13.4 with macports "openmpi-gcc6 +fortran"
compilers, and the following options:

-DDEAL_II_WITH_UMFPACK=ON \
-DDEAL_II_WITH_THREADS=ON \
-DDEAL_II_WITH_MPI=ON

Got one compilation warning:

[ 59%] Building CXX object source/lac/CMakeFiles/obj_lac_
release.dir/precondition_block_ez.cc.o
/Users/jspitt/lib/deal900rc/gitsrc/source/base/polynomial_space.cc: In
member function 'double dealii::PolynomialSpace::compute_value(unsigned
int, const dealii::Point&) const [with int dim = 2]':
/Users/jspitt/lib/deal900rc/gitsrc/source/base/polynomial_space.cc:139:16:
warning: 'ix[0u]' may be used uninitialized in this function
[-Wmaybe-uninitialized]
   unsigned int ix[dim];
^~
/Users/jspitt/lib/deal900rc/gitsrc/source/base/polynomial_space.cc: In
member function 'dealii::Tensor<1, dim>
dealii::PolynomialSpace::compute_grad(unsigned
int, const dealii::Point&) const [with int dim = 2]':
/Users/jspitt/lib/deal900rc/gitsrc/source/base/polynomial_space.cc:168:18:
warning: 'ix[1]' may be used uninitialized in this function
[-Wmaybe-uninitialized]
   polynomials[ix[d]].value(p(d), v);
   ~~~^
/Users/jspitt/lib/deal900rc/gitsrc/source/base/polynomial_space.cc:168:18:
warning: 'ix[0]' may be used uninitialized in this function
[-Wmaybe-uninitialized]
/Users/jspitt/lib/deal900rc/gitsrc/source/base/polynomial_space.cc: In
member function 'dealii::Tensor<2, dim>
dealii::PolynomialSpace::compute_grad_grad(unsigned
int, const dealii::Point&) const [with int dim = 2]':
/Users/jspitt/lib/deal900rc/gitsrc/source/base/polynomial_space.cc:183:16:
warning: 'ix[0u]' may be used uninitialized in this function
[-Wmaybe-uninitialized]
   unsigned int ix[dim];
^~
[ 59%] Building CXX object source/base/CMakeFiles/obj_
base_release.dir/polynomials_p.cc.o



On Sun, May 6, 2018 at 5:51 AM, Luca Heltai  wrote:

> Sorry. The address is the following:
>
> https://github.com/dealii/dealii/releases/v9.0.0-rc2
>
> Luca
>
> Il giorno 06 mag 2018, alle ore 11:30, luca.heltai 
> ha scritto:
>
> Dear all,
>
> I have just uploaded a new package for deal.II-9.0.0-rc2 here:
>
> https://github.com/dealii/dealii/releases/edit/v9.0.0-rc2
>
> This was compiled with Apple clang 9.1.0, and gfortran from gcc 7.3.
>
> Please test, and let me know if everything is ok.
>
> Best,
> Luca.
>
> --
> The deal.II project is located at http://www.dealii.org/
> For mailing list/forum options, see https://groups.google.com/d/fo
> rum/dealii?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "deal.II User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dealii+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[deal.II] Re: Mac testers wanted

2018-05-06 Thread Luca Heltai
Sorry. The address is the following:

https://github.com/dealii/dealii/releases/v9.0.0-rc2

Luca

> Il giorno 06 mag 2018, alle ore 11:30, luca.heltai  ha 
> scritto:
> 
> Dear all, 
> 
> I have just uploaded a new package for deal.II-9.0.0-rc2 here:
> 
> https://github.com/dealii/dealii/releases/edit/v9.0.0-rc2
> 
> This was compiled with Apple clang 9.1.0, and gfortran from gcc 7.3.
> 
> Please test, and let me know if everything is ok.
> 
> Best,
> Luca.

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.