jpeg-turbo-1.2.0 can fail `make install` due to a race condition
on Lion using clang, where you get the error that a path exists.
Separate the make steps, and deparallelize the install.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade stow to version 2.2.0. Stow is used to create symlinks.
Remove the `--mandir` because it uses the correct path.
Remove the `--infodir` because it also uses the correct path.
Tested using clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#13162.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade sdl_ttf to version 2.0.11.
Tested both native and universal on Lion using clang and llvm
from XCode-4.3.3.
ClosesHomebrew/homebrew#13161.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade sdl_net to version 1.2.8.
Tested both native and universal on Lion with llvm and clang from
XCode-4.3.3.
ClosesHomebrew/homebrew#13160.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade sdl_gfx to version 2.0.23.
Remove the `--enable-shared` because it is the default.
Remove the `--enable-static=no` because it's okay to build.
Remove the `--disable-mmx` because it no longer fails.
Tested both native and universal on Lion against clang and llvm
from XCode-4.3.3.
ClosesHomebrew/homebrew#13159.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade sdl_image to version 1.2.12.
Tested both native and universal on Lion using clang and llvm
from XCode-4.3.3.
ClosesHomebrew/homebrew#13158.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade sdl_mixer to version 1.2.12.
Tested on Lion using clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#13157.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
A user can pass `--disable-fortran` to avoid compiling the Fortran
bindings.
Also remove the redundant default `--with-device=ch3:nemesis` argument
to configure.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Upgrade open-mpi to version 1.6, the new super stable.
Add code to build the Fortran bindings by default.
Add an option to disable building the Fortran bindings.
Add an option to run `make check`. Works with llvm-gcc.
Add a `fails_with :clang` because it fails `make check`.
Failure reported upstream and noted in comments.
Fix mv mpi.mod command. It wasn't moving the file to include.
Mv the vtsetup.jar out of bin into libexec to stop the warning.
Add a shell wrapper in bin, vtsetup.jar, for the jar in libexec.
Use bin/vtsetup.jar because `vtsetup` already exists in bin.
Use `make all` because the INSTALL docs say to use that target.
Works on Lion 10.7.4 using XCode-4.3.2.
Works on Snow Leopard 10.6.8 using XCode-4.0.2.
ClosesHomebrew/homebrew#12302.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Upgrade atf to version 0.15.
Change to the new homepage because the old `homepage` redirects.
Change the `url` to googlecode according to the `homepage`.
Remove the `--mandir` because it work correctly now.
Add `ENV.j1` and a separate `make install` step to stop a race
condition when brewing with llvm where a file is claimed to exist.
Tested on Lion using clang and llvm from XCode-4.3.3.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>