Hi Alberto,

Thanks for pointing out that the Wiki is out of date. I've updated that portion of the page with the correct information.

Best,
Jean-Paul

On 15.01.21 09:25, Alberto Salvadori wrote:
Thank you, very useful.
I suggest adding this info to the wiki page , in place of git checkout master.

*Alberto Salvadori
* Dipartimento di Ingegneria Meccanica e Industriale (DIMI)
 Universita` di Brescia, via Branze 43, 25123 Brescia
 Italy
 tel 030 3715426

e-mail:
[email protected] <mailto:[email protected]>
web-page:
http://m4lab.unibs.it/faculty.html <http://m4lab.unibs.it/faculty.html>



On Thu, Jan 14, 2021 at 7:57 PM Jean-Paul Pelteret <[email protected] <mailto:[email protected]>> wrote:

    Hi Alberto,

    I concur with Bruno. ADOL-C changed the location of their project
    and repository, so Spack's master branch must be directing you
    towards the old site. Clearly it doesn't have an updated package
    for deal.II either, because its trying to deduce the location of
    the deal.II tarball on GitHub. Using Spack's "develop" branch is
    the way to keep up to date with the latest developments or, should
    you want to be a little more conservative, you could check out
    their latest tag, which is v0.16.0
    <https://github.com/spack/spack/tree/v0.16.0> .

    Best,
    Jean-Paul

    On 14.01.21 19:37, Bruno Turcksin wrote:
    Alberto,

    Do not use the master branch in spack. The last commit from the
    master branch on spack is from 2018. I'm guessing you want to use
    develop. develop for spack is the equivalent of master in deal.II

    Best,

    Bruno

    On Thursday, January 14, 2021 at 1:20:09 PM UTC-5 Alberto
    Salvadori wrote:

        Dear community

        I have been trying installing [email protected] <mailto:[email protected]>
        on ubuntu 18.04 gcc7.5.0, unsuccesfully.
        The version 9.1.1 is already installed and works just fine,
        at that installation time
        I did manage to install [email protected] <mailto:[email protected]>
        and I put its path into the pacages.yaml
        as I did for [email protected] <mailto:[email protected]>
        URL in fetch seem to be wrong, in fact they do not exist, if
        I am not misunderdanding.
        Any suggestion is appreciated.
        Alberto

        I did the following:

        1 - in spack directory
             git checkout master

        response: your branch is up to date with 'origin/master'

        2 - in the same directory
            spack install [email protected] <mailto:[email protected]>

        response:
        Warning: Missing a source id for [email protected]
        <mailto:[email protected]>
        Warning: Missing a source id for [email protected] <mailto:[email protected]>

        ==> 26892: Installing dealii
        ==> Warning: There is no checksum on file to fetch [email protected]
        <mailto:[email protected]> safely.
        ==>   Fetch anyway? [y/N] y
        ==> Fetching with no checksum.
          Add a checksum or use --no-checksum to skip this check.
        ==> Fetching
        
https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz
        
<https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz>
        #=#=-  #       #     #=O=#     #        #
        curl: (22) The requested URL returned error: 404
        ==> Failed to fetch file from URL:
        
https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz
        
<https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz>
            URL
        
https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz
        
<https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz> was
        not found!
        ==> Fetching from
        
https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz
        
<https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz> 
failed.
        ==> Error: FetchError: All fetchers failed for
        spack-stage-dealii-9.2-s4o6vff2suxztaxmilrhrzts34jngztn

        /home/dealii/spack/lib/spack/spack/package.py:1127, in do_fetch:
               1124                raise FetchError("Will not fetch %s" %
               1125 self.spec.format('{name}{@version}'), ck_msg)
               1126
          >>   1127        self.stage.create()
               1128        self.stage.fetch(mirror_only)
               1129        self._fetch_time = time.time() - start_time
               1130


        ==> Error: Failed to install dealii due to ChildError:
        FetchError: All fetchers failed for
        spack-stage-dealii-9.2-s4o6vff2suxztaxmilrhrzts34jngztn
        /home/dealii/spack/lib/spack/spack/package.py:1127, in do_fetch:
               1124                raise FetchError("Will not fetch %s" %
               1125 self.spec.format('{name}{@version}'), ck_msg)
               1126
          >>   1127        self.stage.create()
               1128        self.stage.fetch(mirror_only)
               1129        self._fetch_time = time.time() - start_time
               1130

        Traceback (most recent call last):
          File
        "/home/dealii/spack/lib/spack/spack/build_environment.py",
        line 801, in child_process
            return_value = function()
          File "/home/dealii/spack/lib/spack/spack/installer.py",
        line 1046, in build_process
            pkg.do_patch()
          File "/home/dealii/spack/lib/spack/spack/package.py", line
        1167, in do_patch
            self.do_stage()
          File "/home/dealii/spack/lib/spack/spack/package.py", line
        1152, in do_stage
            self.do_fetch(mirror_only)
          File "/home/dealii/spack/lib/spack/spack/package.py", line
        1128, in do_fetch
            self.stage.fetch(mirror_only)
          File "/home/dealii/spack/lib/spack/spack/util/pattern.py",
        line 68, in getter
            getattr(item, self.name <http://self.name/>)(*args, **kwargs)
          File "/home/dealii/spack/lib/spack/spack/stage.py", line
        476, in fetch
            raise fs.FetchError(err_msg, None)
        spack.fetch_strategy.FetchError: All fetchers failed for
        spack-stage-dealii-9.2-s4o6vff2suxztaxmilrhrzts34jngztn






-- The deal.II project is located at http://www.dealii.org/
    <http://www.dealii.org/>
    For mailing list/forum options, see
    https://groups.google.com/d/forum/dealii?hl=en
    <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]
    <mailto:[email protected]>.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/dealii/60e82a7b-7a9f-4048-ab60-3b79eabe93fen%40googlegroups.com
    
<https://groups.google.com/d/msgid/dealii/60e82a7b-7a9f-4048-ab60-3b79eabe93fen%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- The deal.II project is located at http://www.dealii.org/
    <http://www.dealii.org/>
    For mailing list/forum options, see
    https://groups.google.com/d/forum/dealii?hl=en
    <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]
    <mailto:[email protected]>.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/dealii/b9c8050a-80d9-646d-8c17-96f433cc9fcc%40gmail.com
    
<https://groups.google.com/d/msgid/dealii/b9c8050a-80d9-646d-8c17-96f433cc9fcc%40gmail.com?utm_medium=email&utm_source=footer>.



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/ <http://www.dealii.org/> For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en <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] <mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/CABcATpe%3D38Z_6V0izMMdqM0-ERbeQpUjy3WoryRht6OLzAcXHA%40mail.gmail.com <https://groups.google.com/d/msgid/dealii/CABcATpe%3D38Z_6V0izMMdqM0-ERbeQpUjy3WoryRht6OLzAcXHA%40mail.gmail.com?utm_medium=email&utm_source=footer>.

--
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/0dc04e9c-3de2-afce-2891-b602bd30f48d%40gmail.com.

Reply via email to