Re: [easybuild] libxc-5.2.3-GCC-11.3.0.eb: Download incomplete

2023-03-28 Thread Micael Oliveira

Hi,

 The issue with the Libxc downloads should now be fixed. Unfortunately 
it took some time to track down a weird issue with the web server. Sorry 
for the inconvenience.


 Cheers,

Micael

On 28/3/23 22:18, Ole Holm Nielsen wrote:

External Email


Hi Loris,

It would be great if you could make a PR against libxc!  I'm not that
experienced with Git usage ;-)

Thanks,
Ole

On 3/28/23 13:03, Loris Bennett wrote:

Hi Ole,

Ole Holm Nielsen  writes:


Hi Loris,

I'm being hit by that libxc download problem too!  It's very bad for
the modules that we're trying to build :-(

Should EB use this download URL in stead?
https://gitlab.com/libxc/libxc/-/archive/5.2.3/libxc-5.2.3.tar.gz


Yes, I think it probably should, since, as far as I can tell, this is
probably the canonical version.  Have you already got a patched EC you
could use for a pull request, or shall I created one?

Cheers,

Loris


Thanks,
Ole

On 3/28/23 11:41, Loris Bennett wrote:

The EC libxc-5.2.3-GCC-11.3.0.eb downloads the sources from
    https://www.tddft.org/programs/libxc
However, the site seems to be having issues such that the download
gets
interrupted before it is complete.  There are other places to get the
sources from, i.e.
    https://gitlab.com/libxc/libxc
and
    https://github.com/ElectronicStructureLibrary/libxc
but the checksums for the version 5.2.3 are different in these two
cases
and both different from the checksum in the EC (the Github version is
supposed to be a mirror of the Gitlab version).
What should happen here?  Should I wait and hope that www.tddft.org
stops being so flaky, or should the EC (or at least the next version
thereof) be changed to use Gitlab as the source, since this now 
seems to

be the place were development occurs?






[easybuild] next EasyBuild conf call: Wed 29 Mar 2023 at 08:00 UTC (10:00 CEST)

2023-03-28 Thread Kenneth Hoste

Dear EasyBuilders,

The next EasyBuild conf call is planned for Wed 29 Mar 2023 at
08:00 UTC (10:00 CEST).

You can join the conf call via https://tiny.cc/eb_conf_call .

Current agenda:

* overview of recent developments (incl. PRs to EasyBuild documentation)

* Q


Suggestions for additional topics are always welcome!

More information on the EasyBuild conf calls is available at
https://github.com/easybuilders/easybuild/wiki/Conference-calls .

regards,

Kenneth


Re: [easybuild] libxc-5.2.3-GCC-11.3.0.eb: Download incomplete

2023-03-28 Thread James KW Moore
Hi all,

When I have these sorts of issues with downloads I will usually end up
using *wget* to manually download via the original URL (resuming multiple
fails if needed) then move the file into the eb-srcs directory (in the
right subdirectory). This will mean you don't need to potentially edit
numerous Easyconfigs' checksum values. In this particular case, if the
original site has long term reliability issues I would advocate that the
Easyconfigs are re-pointed at the Gitlab endpoint instead.

Using wget in this case seemed to work (eventually) though:

wget https://www.tddft.org/programs/libxc/down/6.0.0/libxc-6.0.0.tar.gz
> --2023-03-28 11:31:59--
> https://www.tddft.org/programs/libxc/down/6.0.0/libxc-6.0.0.tar.gz
> Resolving www.tddft.org (www.tddft.org)... 193.137.208.252
> Connecting to www.tddft.org (www.tddft.org)|193.137.208.252|:443...
> connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 62940412 (60M) [application/x-gzip]
> Saving to: ‘libxc-6.0.0.tar.gz’
>
> libxc-6.0.0.tar.gz5%[>   ]   3.51M  1.36MB/sin
> 2.6s
>
> 2023-03-28 11:32:02 (1.36 MB/s) - Connection closed at byte 3686073.
> Retrying.
>
> --2023-03-28 11:32:03--  (try: 2)
> https://www.tddft.org/programs/libxc/down/6.0.0/libxc-6.0.0.tar.gz
> Connecting to www.tddft.org (www.tddft.org)|193.137.208.252|:443...
> connected.
> HTTP request sent, awaiting response... 206 Partial Content
> Length: 62940412 (60M), 59254339 (57M) remaining [application/x-gzip]
> Saving to: ‘libxc-6.0.0.tar.gz’
>
> libxc-6.0.0.tar.gz   13%[+=>   ]   7.89M
>  1.68MB/sin 2.6s
>
> 2023-03-28 11:32:06 (1.68 MB/s) - Connection closed at byte 8273205.
> Retrying.
>
> SNIP
>

I also eventually downloaded
https://www.tddft.org/programs/libxc/down/5.2.3/libxc-5.2.3.tar.gz
successfully too.

Fingers  crossed these are correct:

sha256sum libxc-*
> 7b7a96d8eeb472c7b8cca7ac38eae27e0a8113ef44dae5359b0eb12592b4bcf2
>  libxc-5.2.3.tar.gz
> c2ca205a762200dfba2e6c9e8ca2061aaddc6b7cf42048859fe717a7aa07de7c
>  libxc-6.0.0.tar.gz


Cheers,
James.

--
[image: photo-logo] 
Dr James Moore
Research Platforms System Administrator
The University of Sheffield
IT-Services | Research and Innovation IT

p: 0114 222 3110  ext: 23110
a: IT Services, 10-12 Brunswick Street,
Sheffield, S10 2FN
w: https://www.sheffield.ac.uk/it-services/research
tw: @RIT_Sheffield  @DrJKWMoore

mast: @jkwmo...@mast.hpc.social 
e-alt: research...@sheffield.ac.uk
e: j.k.mo...@sheffield.ac.uk
PGP keys @: https://keyserver.ubuntu.com/


[image: linkedin]  [image: github]
 [image: twitter]

--

Need a meeting with me? 





On Tue, 28 Mar 2023 at 11:29, Ole Holm Nielsen 
wrote:

> Hi Loris,
>
> I'm being hit by that libxc download problem too!  It's very bad for the
> modules that we're trying to build :-(
>
> Should EB use this download URL in stead?
> https://gitlab.com/libxc/libxc/-/archive/5.2.3/libxc-5.2.3.tar.gz
>
> Thanks,
> Ole
>
> On 3/28/23 11:41, Loris Bennett wrote:
> > The EC libxc-5.2.3-GCC-11.3.0.eb downloads the sources from
> >
> >https://www.tddft.org/programs/libxc
> >
> > However, the site seems to be having issues such that the download gets
> > interrupted before it is complete.  There are other places to get the
> > sources from, i.e.
> >
> >https://gitlab.com/libxc/libxc
> >
> > and
> >
> >https://github.com/ElectronicStructureLibrary/libxc
> >
> > but the checksums for the version 5.2.3 are different in these two cases
> > and both different from the checksum in the EC (the Github version is
> > supposed to be a mirror of the Gitlab version).
> >
> > What should happen here?  Should I wait and hope that www.tddft.org
> > stops being so flaky, or should the EC (or at least the next version
> > thereof) be changed to use Gitlab as the source, since this now seems to
> > be the place were development occurs?
>


Re: [easybuild] libxc-5.2.3-GCC-11.3.0.eb: Download incomplete

2023-03-28 Thread Ole Holm Nielsen

Hi Loris,

It would be great if you could make a PR against libxc!  I'm not that 
experienced with Git usage ;-)


Thanks,
Ole

On 3/28/23 13:03, Loris Bennett wrote:

Hi Ole,

Ole Holm Nielsen  writes:


Hi Loris,

I'm being hit by that libxc download problem too!  It's very bad for
the modules that we're trying to build :-(

Should EB use this download URL in stead?
https://gitlab.com/libxc/libxc/-/archive/5.2.3/libxc-5.2.3.tar.gz


Yes, I think it probably should, since, as far as I can tell, this is
probably the canonical version.  Have you already got a patched EC you
could use for a pull request, or shall I created one?

Cheers,

Loris


Thanks,
Ole

On 3/28/23 11:41, Loris Bennett wrote:

The EC libxc-5.2.3-GCC-11.3.0.eb downloads the sources from
https://www.tddft.org/programs/libxc
However, the site seems to be having issues such that the download
gets
interrupted before it is complete.  There are other places to get the
sources from, i.e.
https://gitlab.com/libxc/libxc
and
https://github.com/ElectronicStructureLibrary/libxc
but the checksums for the version 5.2.3 are different in these two
cases
and both different from the checksum in the EC (the Github version is
supposed to be a mirror of the Gitlab version).
What should happen here?  Should I wait and hope that www.tddft.org
stops being so flaky, or should the EC (or at least the next version
thereof) be changed to use Gitlab as the source, since this now seems to
be the place were development occurs?






Re: [easybuild] libxc-5.2.3-GCC-11.3.0.eb: Download incomplete

2023-03-28 Thread Loris Bennett
Hi Ole,

Ole Holm Nielsen  writes:

> Hi Loris,
>
> I'm being hit by that libxc download problem too!  It's very bad for
> the modules that we're trying to build :-(
>
> Should EB use this download URL in stead?
> https://gitlab.com/libxc/libxc/-/archive/5.2.3/libxc-5.2.3.tar.gz

Yes, I think it probably should, since, as far as I can tell, this is
probably the canonical version.  Have you already got a patched EC you
could use for a pull request, or shall I created one?

Cheers,

Loris

> Thanks,
> Ole
>
> On 3/28/23 11:41, Loris Bennett wrote:
>> The EC libxc-5.2.3-GCC-11.3.0.eb downloads the sources from
>>https://www.tddft.org/programs/libxc
>> However, the site seems to be having issues such that the download
>> gets
>> interrupted before it is complete.  There are other places to get the
>> sources from, i.e.
>>https://gitlab.com/libxc/libxc
>> and
>>https://github.com/ElectronicStructureLibrary/libxc
>> but the checksums for the version 5.2.3 are different in these two
>> cases
>> and both different from the checksum in the EC (the Github version is
>> supposed to be a mirror of the Gitlab version).
>> What should happen here?  Should I wait and hope that www.tddft.org
>> stops being so flaky, or should the EC (or at least the next version
>> thereof) be changed to use Gitlab as the source, since this now seems to
>> be the place were development occurs?
>
-- 
Dr. Loris Bennett (Herr/Mr)
ZEDAT, Freie Universität Berlin


Re: [easybuild] libxc-5.2.3-GCC-11.3.0.eb: Download incomplete

2023-03-28 Thread Ole Holm Nielsen

Hi Loris,

I'm being hit by that libxc download problem too!  It's very bad for the 
modules that we're trying to build :-(


Should EB use this download URL in stead?
https://gitlab.com/libxc/libxc/-/archive/5.2.3/libxc-5.2.3.tar.gz

Thanks,
Ole

On 3/28/23 11:41, Loris Bennett wrote:

The EC libxc-5.2.3-GCC-11.3.0.eb downloads the sources from

   https://www.tddft.org/programs/libxc

However, the site seems to be having issues such that the download gets
interrupted before it is complete.  There are other places to get the
sources from, i.e.

   https://gitlab.com/libxc/libxc

and

   https://github.com/ElectronicStructureLibrary/libxc

but the checksums for the version 5.2.3 are different in these two cases
and both different from the checksum in the EC (the Github version is
supposed to be a mirror of the Gitlab version).

What should happen here?  Should I wait and hope that www.tddft.org
stops being so flaky, or should the EC (or at least the next version
thereof) be changed to use Gitlab as the source, since this now seems to
be the place were development occurs?


[easybuild] libxc-5.2.3-GCC-11.3.0.eb: Download incomplete

2023-03-28 Thread Loris Bennett
Hi,

The EC libxc-5.2.3-GCC-11.3.0.eb downloads the sources from 

  https://www.tddft.org/programs/libxc

However, the site seems to be having issues such that the download gets
interrupted before it is complete.  There are other places to get the
sources from, i.e.

  https://gitlab.com/libxc/libxc 

and 

  https://github.com/ElectronicStructureLibrary/libxc

but the checksums for the version 5.2.3 are different in these two cases
and both different from the checksum in the EC (the Github version is
supposed to be a mirror of the Gitlab version).

What should happen here?  Should I wait and hope that www.tddft.org
stops being so flaky, or should the EC (or at least the next version
thereof) be changed to use Gitlab as the source, since this now seems to
be the place were development occurs?

Cheers,

Loris
 
-- 
Dr. Loris Bennett (Herr/Mr)
ZEDAT, Freie Universität Berlin