<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/ENV, branch 0.9.3</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Warn user if they set CFLAGS, etc. with superenv</title>
<updated>2012-08-29T16:41:37+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-08-28T23:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7d8954d74caf59fdc93dae255e3b5fee328c5972'/>
<id>7d8954d74caf59fdc93dae255e3b5fee328c5972</id>
<content type='text'>
Since we remove some CFLAGS under their noses, this would otherwise be quite confusing.

Notably, this will now trigger in numerous formula. Sucks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we remove some CFLAGS under their noses, this would otherwise be quite confusing.

Notably, this will now trigger in numerous formula. Sucks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Superenv wrapper for sed</title>
<updated>2012-08-29T16:41:35+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-08-27T12:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4f06d131dfffc9de625697c2135262f624534a6e'/>
<id>4f06d131dfffc9de625697c2135262f624534a6e</id>
<content type='text'>
Fixes Mountain Lion specific sed issue.

Provided scripts don't use the full-path to see we are fine. They never do though, that would assume too much.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Mountain Lion specific sed issue.

Provided scripts don't use the full-path to see we are fine. They never do though, that would assume too much.
</pre>
</div>
</content>
</entry>
<entry>
<title>superenv: build-environments that just work</title>
<updated>2012-08-29T16:41:34+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-08-11T16:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=65d195dcaaa4304e127e0a264cf97ad7b6a7fd83'/>
<id>65d195dcaaa4304e127e0a264cf97ad7b6a7fd83</id>
<content type='text'>
1. A minimal build environment, we don't set CFLAGS, CPPFLAGS, LDFLAGS, etc. the rationale being, the less that is set, the less variables we are introducing that can break builds.
2. A set of scripts that replace cc, ld, etc. and inject the -I, -L, etc. flags we need into the args passed to the build-tools.

Because we now have complete control over compiler instantiations we do a variety of clean-up tasks, like removing bad flags, enforcing universal builds and ensuring makefiles don't try to change the order of library and include paths from ones that work to ones that don't.

The previous ENV-system is still available when --env=std is specified.

superenv applies to Xcode &gt;= 4.3 only currently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. A minimal build environment, we don't set CFLAGS, CPPFLAGS, LDFLAGS, etc. the rationale being, the less that is set, the less variables we are introducing that can break builds.
2. A set of scripts that replace cc, ld, etc. and inject the -I, -L, etc. flags we need into the args passed to the build-tools.

Because we now have complete control over compiler instantiations we do a variety of clean-up tasks, like removing bad flags, enforcing universal builds and ensuring makefiles don't try to change the order of library and include paths from ones that work to ones that don't.

The previous ENV-system is still available when --env=std is specified.

superenv applies to Xcode &gt;= 4.3 only currently.
</pre>
</div>
</content>
</entry>
</feed>
