Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update windows build instructions #13001

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

Merged
merged 1 commit into from
Dec 17, 2018

Conversation

timhoffm
Copy link
Member

PR Summary

Fixes #13000.

@timhoffm timhoffm added this to the v3.0.3 milestone Dec 16, 2018
::

# create a new environment with the required packages
conda create -n "matplotlib_build" python=3.7 numpy python-dateutil pyparsing pytz tornado cycler tk libpng zlib freetype
Copy link
Member Author

Choose a reason for hiding this comment

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

The pytz dependency has been removed in #11360 and shouldn't be here.

The `build_alllocal.cmd` script in the root folder automates these steps if
you have already created and activated the conda environment.
conda create -n "matplotlib_build" python=3.7 numpy python-dateutil pyparsing tornado cycler tk libpng zlib freetype msinttypes
conda activate matplotlib_build
Copy link
Member Author

Choose a reason for hiding this comment

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

New way of activating an environment is conda activate

# you have created the environment with conda-forge already activated...)
conda install pyqt
# this package is only available in the conda-forge channel
conda install -c conda-forge msinttypes
Copy link
Member Author

Choose a reason for hiding this comment

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

msinttypes is now available via conda

@anntzer anntzer merged commit 739b86a into matplotlib:master Dec 17, 2018
@lumberbot-app
Copy link

lumberbot-app bot commented Dec 17, 2018

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
$ git checkout v3.0.x
$ git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
$ git cherry-pick -m1 739b86ae2bd9e8a59aafc221ce7c4f50d08cb6d4
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
$ git commit -am 'Backport PR #13001: Update windows build instructions'
  1. Push to a named branch :
git push YOURFORK v3.0.x:auto-backport-of-pr-13001-on-v3.0.x
  1. Create a PR against branch v3.0.x, I would have named this PR:

"Backport PR #13001 on branch v3.0.x"

And apply the correct labels and milestones.

Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon!

If these instruction are inaccurate, feel free to suggest an improvement.

@timhoffm timhoffm deleted the update-win-build-instructions branch December 17, 2018 13:54
timhoffm pushed a commit to timhoffm/matplotlib that referenced this pull request Dec 17, 2018
jklymak added a commit that referenced this pull request Dec 21, 2018
…v3.0.x

Backport PR #13001: Update windows build instructions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants