Merge branch 'master' of git://factorcode.org/git/factor

db4
Daniel Ehrenberg 2009-03-20 19:04:32 -05:00
commit 5e80ffb0be
2 changed files with 3 additions and 3 deletions

View File

@ -139,10 +139,10 @@ check_library_exists() {
}
check_X11_libraries() {
check_library_exists freetype
check_library_exists GLU
check_library_exists GL
check_library_exists X11
check_library_exists pango
}
check_libraries() {
@ -502,7 +502,7 @@ make_boot_image() {
}
install_build_system_apt() {
sudo apt-get --yes install libc6-dev libpango-1.0-dev libx11-dev xorg-dev glutg3-dev wget git-core git-doc rlwrap gcc make
sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev glutg3-dev wget git-core git-doc rlwrap gcc make
check_ret sudo
}

View File

@ -48,6 +48,6 @@ IN: benchmark.spectral-norm
HINTS: spectral-norm fixnum ;
: spectral-norm-main ( -- )
5500 spectral-norm . ;
2000 spectral-norm . ;
MAIN: spectral-norm-main