Re: [easybuild] installing packages that only comes with make and make install

2018-01-08 Thread Exequiel Sepúlveda
You could use ConfigureMake easyblock and skip configure step. Cheers 2018-01-08 21:15 GMT+10:30 Espen Tangen : > For instance Lua/5.3.4 - how do I do it? > > > > I have started with the binary block, and altered slightly the Lua config > that does exist for mclays flavored one. > > > > > > Any

[easybuild] Recursive symbolic links

2017-08-17 Thread Exequiel Sepúlveda
Hi builders! I'm installing PLUMED 2.3.1 and eb builds it OK, but when writing the module file, is creating a symbolic link to its self! ls -l /apps/modules/all/PLUMED/ lrwxrwxrwx 1 a1634120 a163412045 Aug 18 08:58 2.3.1-foss-2016b.lua -> /apps/modules/all/PLUMED/2.3.1-foss-2016b.lua Th

[easybuild] Custom installation procedure

2017-04-20 Thread Exequiel Sepúlveda
Hi builders, I could not make any existing EasyBuild block to make the job. I'm trying to install GOTTCHA. The installation is quite simple: 0.- After unpacking, I have src and test folders and INSTALL.sh file 1.- execute ./INSTALL.sh (which uses the src folder) 2.- The step 1 creates the bin f

[easybuild] A question on Intel 2017 cluster edition

2017-01-03 Thread Exequiel Sepúlveda
Hi everyone! Starting this 2017 with installing Intel 2017 :-) I have two questions if there is someone willing to answer them. 1.- Why are GCC and binutils needed on the easyconfigure file intel-2017.00.eb 2.- Because I have only a big tar.gz file with Intel Cluster Edition, how could I separat

Re: [easybuild] building recent ATLAS version with recent toolchain

2016-10-30 Thread Exequiel Sepúlveda
http://math-atlas.sourceforge.net/errata.html#sharedProbe configopts = "-Ss f77lib '-L$(EBROOTGCC)/lib64 -lgfortran'" # ignore check done by ATLAS for CPU throttling; # you should set this to False (or remove it) # and disable CPU throttling (requires root privileges) if you

Re: [easybuild] building recent ATLAS version with recent toolchain

2016-10-28 Thread Exequiel Sepúlveda
Hi Kenneth, I could compile ATLAS 3.10.2 using GCC 5.3.0. We could try to do it for version 3.10.3. My weekend started :-) On Monday I could share the eb file that I have. Cheers 2016-10-28 18:18 GMT+10:30 Kenneth Hoste : > Hi all, > > Has anyone on the list built a recent version of ATLAS (pref

Re: [easybuild] ScaLAPACK with ATLAS

2016-10-23 Thread Exequiel Sepúlveda
; libraries that can be used together with (netlib) LAPACK). > > Are there any other BLAS or LAPACK libraries you would like to see > supported by the ScaLAPACK easyblock? > > > regards, > > Kenneth > > > On 07/10/16 01:46, Exequiel Sepúlveda wrote: > >

Re: [easybuild] ScaLAPACK with ATLAS

2016-10-06 Thread Exequiel Sepúlveda
uestion, is there any reason for? Cheers 2016-10-06 23:14 GMT+10:30 Kenneth Hoste : > Hi Exequiel, > > On 06/10/16 12:51, Exequiel Sepúlveda wrote: > >> Hi, >> >> Is there any reason for having hardcoded ScaLAPACK to use OpenBLAS? >> >> From EB_ScaLAPACK.

[easybuild] ScaLAPACK with ATLAS

2016-10-06 Thread Exequiel Sepúlveda
Hi, Is there any reason for having hardcoded ScaLAPACK to use OpenBLAS? >From EB_ScaLAPACK.py: deps = [("LAPACK", "ACML", "OpenBLAS")] The problem is I want to build goalf toolchain, but it is contradictory OpenBLAS and ATLAS. Cheers -- Exequiel Sepulveda

[easybuild] Installing software with different suffix

2016-08-22 Thread Exequiel Sepúlveda
Hi there, Is there any option to use a existent configure file without writing a new one for this case? Package: MyAPP-foss-2016a-Python-2.7.11.eb Target: MyAPP-foss-2016a-Python-2.7.12.eb I have tried --try-software-version but it seems not working Cheers -- Exequiel Sepulveda

[easybuild] Toolchain without MPI

2016-07-11 Thread Exequiel Sepúlveda
Hi all, I need to use a toochain, close to foss, without MPI (BLACS, FFTW, GCC, OpenBLAS). An option is to create an specific toolchain for this, but if there is one already defined, it should be great. Cheers -- Exequiel Sepulveda