mason icon indicating copy to clipboard operation
mason copied to clipboard

Cross platform package manager for C/C++ apps

Results 88 mason issues
Sort by recently updated
recently updated
newest added

We had several days of build instability in mapbox-gl-native and mapbox-gl-js due to unexpected changes in upstream mason dependencies. In some cases the problem was that a mason branch was...

This is to catch the stupid mistake I make where I try to trigger builds before pushing a local branch.

[For creating iOS universal binaries](https://github.com/mapbox/mason/blob/432ba70495e6651caacfade4e9288d58135c3498/mason.sh#L414-L447), `mason.sh` requires some things from the `script.sh`'s `mason_compile` that aren't obvious: - `mason_compile` (or the commands it delegates to) must place static archives in `${MASON_PREFIX}/lib`....

We should eliminate `~/.mason` as a default location and document the use of a git submodule as the recommended approach. Related to #140.

Running list of things I need to cleanup post #131 and #133 - packages that provide `.la` files that still reference `osx-10.11` vs `osx-x86-64` need to be rebuilt (e.g. jpeg_turbo...

The `mason env` command is not documented in the README.

MASON_ANDROID_ABI currently uses a different naming convention than the [official naming convention](http://developer.android.com/ndk/guides/abis.html) for Android ABIs, which is needlessly confusing. The values should just be the same as the official names....

This would be in support of the [geowave-plugin](https://github.com/mapnik/geowave-plugin) for mapnik. An implementation can be found in my mason fork [here](https://github.com/jwomeara/mason/tree/geowave-jace-0.8.8.1) and [here](https://github.com/jwomeara/mason/tree/geowave-jace-0.8.9).

@1ec5 sudo xcode-select -s /Applications/Xcode\ 6.4.app/ make ipackage ``` * Loading install script 'https://github.com/mapbox/mason/blob/boost-system/script.sh'... /Users/adamhunter/Documents/MapBox/mapbox-gl-native/mason_packages/.scripts/boost-system.sh: line 32: /Applications/Xcode: No such file or directory /Users/adamhunter/Documents/MapBox/mapbox-gl-native/mason_packages/.scripts/boost-system.sh: line 34: ./version: No such file...

bug

@ljbade On OS X, if pkg-config is not installed before building a mason project, e.g. mapbox-gl-native for android, then the build will semi-silently fail to do the pkg-config step but...

bug