Hi Denis,
thanks! Here is my history file.

   90  cd Pubblici/
   91  mkdir spack
   94  cd spack/
   95  git clone https://github.com/spack/spack.git .
   96  git checkout develop
   97  git reset --hard e38f39e4eafeaa6daed580cece935141e5d8f04b
   98  spack install dealii
   99  cd ..
  100  nano .spack/linux/packages.yaml
  101  cd Pubblici/spack/
  102  spack install dealii
  103  ls -lta
  104  cd share/
  105  ls
  106  cd spack/
  107  ls
  108  cd
/home/alberto.salvadori/Pubblici/spack/opt/spack/linux-centos7-x86_64/gcc-4.8.5/dealii-9.0.1-jdludrcm25brf6vxyb5l6dqnmjigzvyq
  109  ls -lta
  110  ls share/


You see that there are two calls "spack install dealii" since I had to edit
the file ".spack/linux/packages.yam" in order to install petsc 3.10
Hope this helps

Alberto


*Alberto Salvadori* Dipartimento di Ingegneria Civile, Architettura,
Territorio, Ambiente e di Matematica (DICATAM)
 Universita` di Brescia, via Branze 43, 25123 Brescia
 Italy
 tel 030 3711239
 fax 030 3711312

e-mail:
 [email protected]
web-pages:
 http://m4lab.unibs.it/faculty.html
 http://dicata.ing.unibs.it/salvadori


On Tue, Oct 23, 2018 at 9:02 AM Denis Davydov <[email protected]> wrote:

> Alberto,
>
> Did you reset Spack to the current recommended version,
> namely e38f39e4eafeaa6daed580cece935141e5d8f04b  (I edited the wiki 7 days
> ago)?
> I double checked that 9.0.1 has no issues with concretization there with
> empty packages.yaml settings.
>
> My guess would be that
> (i) either you used older version where the conflict between PETSc and
> Trilinos is not resolved or
> (ii) you have extra preferences in your packages.yaml that cause this
> conflict
>
> Regards,
> Denis.
>
> On Monday, October 22, 2018 at 8:20:03 AM UTC+2, Alberto Salvadori wrote:
>>
>> Thank you, Praveen.
>>
>> While installing deal.ii all detailed instructions on the spack wiki page
>> have been followed. I cloned spack from git (I thus assume it is the latest
>> version) and made no modifications (yet :-) ) to the
>>  “.spack/linux/packages.yaml” file. By the way, I did install deal.ii on
>> opensuse a couple of weeks ago without this issue.
>>
>> Shall I attach my  “.spack/linux/packages.yaml”  here?
>>
>> Alberto
>>
>>
>> *Alberto Salvadori* Dipartimento di Ingegneria Civile, Architettura,
>> Territorio, Ambiente e di Matematica (DICATAM)
>>  Universita` di Brescia, via Branze 43, 25123 Brescia
>>  Italy
>>  tel 030 3711239
>>  fax 030 3711312
>>
>> e-mail:
>>  [email protected]
>> web-pages:
>>  http://m4lab.unibs.it/faculty.html
>>  http://dicata.ing.unibs.it/salvadori
>>
>>
>> On Mon, Oct 22, 2018 at 8:08 AM Praveen C <[email protected]> wrote:
>>
>>> When I check spec on my opensuse machine, [email protected] wants to use
>>> [email protected]
>>>
>>> Have you perhaps already set some versions in your
>>> “.spack/linux/packages.yaml” file ?
>>>
>>> What does your file look like ?
>>>
>>> Also, you may want to update your spack to see it that fixes it.
>>>
>>> Thanks
>>> praveen
>>>
>>> On 22-Oct-2018, at 11:20 AM, Alberto Salvadori <[email protected]>
>>> wrote:
>>>
>>> Dear community
>>>
>>> I am installing deal.ii (latest release) on a CentOS7 equipped machine.
>>> After typing
>>>
>>> spack install --test=root dealii
>>>
>>> I see this error:
>>>
>>> ==> Error: An unsatisfiable version constraint has been detected for spec:
>>>
>>>     [email protected]%[email protected]~cuda~openmp+pic~tbb 
>>> arch=linux-centos7-x86_64
>>>
>>>
>>> while trying to concretize the partial spec:
>>>
>>>     [email protected]%[email protected]+adol-c+arpack+assimp build_type=DebugRelease 
>>> ~cuda cuda_arch= 
>>> ~doc+gmsh+gsl+hdf5~int64+metis+mpi+nanoflann+netcdf+oce~optflags+p4est+petsc~python+scalapack+slepc+sundials+trilinos
>>>  arch=linux-centos7-x86_64
>>>         ^[email protected]:
>>>         ^arpack-ng+mpi
>>>             ^mpi
>>>             ^[email protected]%[email protected] cpu_target= ~ilp64+pic+shared 
>>> threads=none ~virtual_machine arch=linux-centos7-x86_64
>>>         ^assimp
>>>             
>>> ^[email protected]:1.63,1.65.1,1.67.0:+iostreams+serialization+system+thread
>>>                 ^bzip2
>>>                     ^diffutils
>>>                 ^[email protected]%[email protected]+optimize+pic+shared 
>>> arch=linux-centos7-x86_64
>>>             ^[email protected]%[email protected]~doc+ncurses+openssl+ownlibs~qt 
>>> arch=linux-centos7-x86_64
>>>                 ^ncurses
>>>                     ^pkgconfig
>>>                 ^openssl
>>>                     ^[email protected]:
>>>                         ^gdbm
>>>                             ^readline
>>>         ^gmsh+netgen+oce+tetgen
>>>             ^gmp
>>>                 ^autoconf
>>>                     ^[email protected]:
>>>                 ^automake
>>>                 ^[email protected]:
>>>             ^netgen
>>>             ^oce
>>>             ^tetgen
>>>         ^[email protected]:+hl+mpi
>>>         ^intel-tbb@2019%[email protected] cxxstd=default +shared+tm 
>>> arch=linux-centos7-x86_64
>>>         ^metis@5:~int64+real64
>>>         ^[email protected]%[email protected] arch=linux-centos7-x86_64
>>>         ^nanoflann
>>>         ^netcdf+mpi
>>>         ^p4est
>>>         ^sundials~pthread
>>>         ^trilinos+amesos+aztec+epetra+ifpack+ml+muelu+sacado+teuchos
>>>             ^glm
>>>             ^matio
>>>
>>>
>>> dealii requires suite-sparse version :5.1.0, but spec asked for 5.3.0
>>>
>>> I wonder which is the source of the error and which files ( 
>>> ~/.spack/linux/packages.yaml perhaps?)
>>> shall I edit to sort out the issue.
>>>
>>> Many thanks in advance
>>>
>>> Alberto
>>>
>>>
>>>
>>>
>>>
>>> Informativa sulla Privacy: http://www.unibs.it/node/8155
>>>
>>> --
>>> 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 [email protected].
>>> 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 [email protected].
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> Informativa sulla Privacy: http://www.unibs.it/node/8155
>>
> --
> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 


Informativa sulla Privacy: http://www.unibs.it/node/8155 
<http://www.unibs.it/node/8155>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to