- Timestamp:
- Feb 21, 2006, 12:24:18 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8a3554d
- Parents:
- 17c4d95
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/untested/blfs-scripts/blfs-fftw3.sh
r17c4d95 re38d58c 9 9 set_libdirname 10 10 setup_multiarch 11 if [ ! "${libdirname}" = "lib" ]; then12 extra_conf="--libdir=/usr/${libdirname}"13 fi14 11 15 12 unpack_tarball fftw-${FFTW3_VER} 16 13 if [ -d ${PKGDIR}-single ]; then rm -rf ${PKGDIR}-single ; fi 17 14 mv ${PKGDIR} ${PKGDIR}-single 15 18 16 unpack_tarball fftw-${FFTW3_VER} 19 17 if [ -d ${PKGDIR}-double ]; then rm -rf ${PKGDIR}-double ; fi 20 18 mv ${PKGDIR} ${PKGDIR}-double 19 21 20 unpack_tarball fftw-${FFTW3_VER} 22 21 if [ -d ${PKGDIR}-long-double ]; then rm -rf ${PKGDIR}-long-double ; fi … … 26 25 ### SINGLE ### 27 26 cd ${SRC}/${PKGDIR}-single 27 LOG=fftw3-single-blfs.log 28 28 29 LOG=fftw3-single-blfs.log 29 extra_conf="" 30 if [ ! "${libdirname}" = "lib" ]; then 31 extra_conf="--libdir=/usr/${libdirname}" 32 fi 30 33 31 34 # TODO: gonna need to set extra_conf for each arch methinks... … … 72 75 73 76 LOG=fftw3-double-blfs.log 74 77 extra_conf="" 75 78 if [ ! "${libdirname}" = "lib" ]; then 76 extra_conf=" --libdir=/usr/${libdirname}"79 extra_conf="${extra_conf} --libdir=/usr/${libdirname}" 77 80 fi 78 81 … … 124 127 125 128 LOG=fftw3-long-double-blfs.log 126 129 extra_conf="" 127 130 if [ ! "${libdirname}" = "lib" ]; then 128 131 extra_conf="--libdir=/usr/${libdirname}"
Note:
See TracChangeset
for help on using the changeset viewer.