Commit graph

18 commits

Author SHA1 Message Date
Steven Peters
90083b491e Fix brew test linking errors in several formula on 10.10
OS X 10.10 seems to require "-L{lib}" as a C/C++ compiler
argument in order to link properly. This is causing
several brew test failures.

This patch modifies several formula in a single commit
by adding "-L{lib}" to the brew test ENV.cc argument
lists. I manually verified that these specific tests
are failing with the change and passing with it on 10.10.

To identify other formulae that may be subject to this
issue, the following may be used:
~~~
grep -rnI 'ENV\.cc.*test\.c' Library/Formula \
  | grep -v '\-L#{lib}'
~~~

Closes Homebrew/homebrew#35806.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-01-17 22:58:56 -06:00
BrewTestBot
f54bb2ab59 assimp: update 3.1.1 bottle. 2014-11-25 19:51:39 +00:00
Drew Waranis
bda3156147 assimp: boost is a build dependency
Closes Homebrew/homebrew#34444.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-25 19:51:38 +00:00
BrewTestBot
6842aa683c assimp: add 3.1.1 bottle. 2014-11-22 14:40:26 +00:00
Mike McQuaid
ca4dd4bcba assimp: general cleanup. 2014-11-22 14:39:28 +00:00
Drew Waranis
5e3093416c assimp: boost isn't required.
Closes Homebrew/homebrew#34371.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-22 14:39:22 +00:00
Celso Dantas
497a28bef8 assimp 3.1.1 2014-06-17 21:05:40 -05:00
Jack Nagel
7ac69ffc8f assimp: use patch DSL 2014-03-17 22:47:06 -05:00
Jaime Marquínez Ferrándiz
74c83fa9f6 Batch convert http download urls from SourceForge to https
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-02 09:16:53 -08:00
Brian Jensen
117eae9746 assimp: add --HEAD
Closes Homebrew/homebrew#24482.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-19 12:37:56 +00:00
Jens Cornelis
33787f88bf assimp 3.0.1270
Closes Homebrew/homebrew#20283.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-10 14:56:02 -07:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel
c7630f5ff4 Use new std_cmake_args method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-22 22:22:00 -05:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Jack Nagel
0c89a5c8dd Remove redundant versions and update version tests
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 15:18:56 -05:00
Adam Vandenberg
7c5720e36f Put source path last in cmake args 2012-02-24 21:35:51 -08:00
Adam Vandenberg
488298a435 assimp: full path in test 2012-02-08 22:00:28 -08:00
William Woodall
dc6085f22b New Formula: assimp
Closes Homebrew/homebrew#7843.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-28 21:45:33 -07:00