Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xfig #2651

Merged
merged 2 commits into from
Apr 4, 2017
Merged

Add xfig #2651

merged 2 commits into from
Apr 4, 2017

Conversation

epruesse
Copy link
Member

No description provided.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/xfig) and found it was in an excellent condition.

@epruesse
Copy link
Member Author

AppVeyor fails to even start due to missing curl (posted as issue #2652)

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/xfig) and found some lint.

Here's what I've got...

For recipes/xfig:

  • Failed to even lint the recipe (might be a conda-smithy bug) 😢

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/xfig) and found it was in an excellent condition.

@mariusvniekerk
Copy link
Member

Can you rebase this? Seems to be a lot of commits that aren't relevant in this pull request.

@epruesse
Copy link
Member Author

@mariusvniekerk Fixed

@mariusvniekerk
Copy link
Member

@jakirkham?

# Point to the right pkgconfig
export PKG_CONFIG_LIBDIR="$PREFIX/lib/pkgconfig"
# Add the build-dir's lib dir to the linker flags
export LDFLAGS="-L$PREFIX/lib"
Copy link
Member

Choose a reason for hiding this comment

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

I think this to be `export LDFLAGS="${LDFLAGS} -L$PREFIX/lib" so you don't overwrite what's being set in the toolchain activate.sh

Copy link
Member

@ericdill ericdill left a comment

Choose a reason for hiding this comment

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

Few housekeeping details. Otherwise LGTM @epruesse

# Add the build-dir's lib dir to the linker flags
export LDFLAGS="-L$PREFIX/lib"
# Add the build-dir's incude dir to the compiler flags
export CFLAGS="-I$PREFIX/include"
Copy link
Member

Choose a reason for hiding this comment

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

Same here. I think this to be `export CFLAGS="${CFLAGS} -I$PREFIX/include" so you don't overwrite what's being set in the toolchain activate.sh.


make -j$CPU_COUNT

make install
Copy link
Member

Choose a reason for hiding this comment

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

Is there a make test that could be run also?

build:
- toolchain
- libpng
- jpeg
Copy link
Member

Choose a reason for hiding this comment

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

Please pin jpeg and libpng as defined here for both build and runtime requirements. Those pinnings are jpeg 9* and libpng >=1.6.28,<1.7

 - Don't overwrite `LDFLAGS` or `CFLAGS`
 - Use `make check`
 - Pin versions of `libpng` and `jpeg`
@epruesse
Copy link
Member Author

epruesse commented Apr 3, 2017

@ericdill Done. Thx for review!

@ericdill
Copy link
Member

ericdill commented Apr 4, 2017

Appveyor is actually done and ✅ . Not sure why github still thinks its running. Guess the webhook got swallowed by something. This LGTM. Anything that I missed can be fixed in the feedstock. Thanks @epruesse

@ericdill ericdill merged commit 7cc05fa into conda-forge:master Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants