Magellan Linux

Diff of /smage/branches/alx07x-stable/extras/fftw3/fftw3-3.3.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

smage/trunk/extras/fftw3/fftw3-3.3.6-r1.smage2 revision 9622 by niro, Mon Jul 31 08:17:18 2017 UTC smage/branches/alx07x-unstable/extras/fftw3/fftw3-3.3.6-r1.smage2 revision 9921 by niro, Thu Aug 3 14:01:24 2017 UTC
# Line 4  PNAME="fftw3" Line 4  PNAME="fftw3"
4  PVER="3.3.6"  PVER="3.3.6"
5  PBUILD="r1"  PBUILD="r1"
6    
7    PLEVEL="-pl2"
8    
9  PCAT="sci-libs"  PCAT="sci-libs"
10    
11  DESCRIPTION="FTW is a C subroutine library for computing the discrete Fourier transform (DFT)."  DESCRIPTION="FTW is a C subroutine library for computing the discrete Fourier transform (DFT)."
# Line 11  HOMEPAGE="http://www.fftw.org/" Line 13  HOMEPAGE="http://www.fftw.org/"
13    
14  DEPEND=">= virtual/glibc"  DEPEND=">= virtual/glibc"
15    
16  SRCFILE="${PNAME/3/}-${PVER}.tar.gz"  SRCFILE="${PNAME/3/}-${PVER}${PLEVEL}.tar.gz"
17  SRCDIR="${BUILDDIR}/${PNAME/3/}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME/3/}-${PVER}${PLEVEL}"
18    
19  ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"  ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
20  sminclude multilib alx-split  sminclude multilib alx-split

Legend:
Removed from v.9622  
changed lines
  Added in v.9921