Skip to content

Commit

Permalink
Disable linux build (installs VTK 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jan 18, 2017
1 parent 0d69b3f commit 499bc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pysurfer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build:
# If the installation is complex, or different between Unix and Windows, use separate bld.bat and build.sh files instead of this key.
# By default, the package will be built for Python 2.7, 3.4, and above, for all major OSs.
# Add the line "skip: True # [py<34]" (for example) to limit to Python 3.4 and newer, or "skip: True # [not win]" to limit to Windows.
skip: True # [py>=30]
skip: True # [py>=30 or linux]
script: python setup.py install --single-version-externally-managed --record record.txt

requirements:
Expand Down

0 comments on commit 499bc7a

Please sign in to comment.