repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crispy-doom: new package at 5.11.1
[kiss-trunc88.git]
/
fftw3
/
build
blob
c4b09f7bfa69361adbfd62e5b172ab4317eaeeb9
1
#!/bin/sh -e
2
export
DESTDIR
=
"
$1
"
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--localstatedir
=/
var \
7
--enable-single
\
8
--enable-sse
\
9
--enable-sse2
\
10
--enable-shared
11
make
12
make install