Skip to content

Comments

spatial algorithms cdda174#520

Merged
mapsam merged 2 commits intomasterfrom
spatial-algos-cdda174
Nov 30, 2017
Merged

spatial algorithms cdda174#520
mapsam merged 2 commits intomasterfrom
spatial-algos-cdda174

Conversation

@mapsam
Copy link
Contributor

@mapsam mapsam commented Nov 23, 2017

Dev version of spatial-algorithms mapbox/spatial-algorithms@cdda174

cc @mapbox/core-tech

@mapsam
Copy link
Contributor Author

mapsam commented Nov 23, 2017

I'm unable to trigger a build for this 🤔 getting the following error locally when running ./mason trigger spatial-algorithms cdda174

-:4:in `<main>': undefined method `[]' for false:FalseClass (NoMethodError)

@springmeyer ever seen this?

@mapsam
Copy link
Contributor Author

mapsam commented Nov 27, 2017

The .travis.yml file was empty 🤦‍♂️ - trigger works now

function mason_compile {
mkdir -p ${MASON_PREFIX}/include/
cp -r include/mapbox ${MASON_PREFIX}/include/mapbox
cp -r include/boost ${MASON_PREFIX}/include/boost
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to this PR/package version, but want to highlight that this cp -r include/boost ${MASON_PREFIX}/include/boost is a bit freaky. I added this in the first PR for the mason package and it relates to how spatial-algorithms vendors some boost geometry related "extension" headers that @artemp uses in spatial-algorithms but which don't (yet) get distributed with the normal boost install. Highlighting this because it is unclear how this will play with mason linking into ./mason_packages/.link/include/boost when both the official boost package and spatial-algorithms are installed. Will one win out over the other, or will their unique paths both be linked by file. /cc @millzpaugh because this will be an important stress test for mason-js linking: to ensure this works.

@springmeyer
Copy link
Contributor

Looks good @mapsam - please merge once you are ready.

@springmeyer
Copy link
Contributor

Note: the one failure on travis for this branch is unrelated to this branches changes and rather yet another issue of network fail on travis: #516 (comment)

@mapsam mapsam merged commit a5992e9 into master Nov 30, 2017
@mapsam mapsam deleted the spatial-algos-cdda174 branch November 30, 2017 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants