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

New ports py-pytorch, py-mkl{-include} #3825

Merged
merged 2 commits into from Mar 12, 2019

Conversation

cjones051073
Copy link
Member

Description

Adds three sets of new ports

py{XY}-pytorch - PyTorch machine learning package
py{XY}-mkl - Intel Math Kernel library (using PyPi builds}
py{XY}-mkl-include - Headers for Intel math Kernel library (using PyPi builds).

  • enhancement
Tested on

macOS 10.14.3 18D109
Xcode 10.1 10B61

macOS 10.13.6 17G5019
Xcode 10.1 10B61

Verification

Have you

  • checked your Portfile with port lint?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?

@macportsbot macportsbot added by: member Created by a member with commit rights type: enhancement type: submission labels Mar 9, 2019
@macportsbot
Copy link

Travis Build #5539 Errored.

Lint results
--->  Verifying Portfile for py-mkl
Error: Missing required variable: homepage
--->  1 errors and 0 warnings found.
--->  Verifying Portfile for py-pytorch
--->  0 errors and 0 warnings found.

Port py27-mkl success on xcode10.2. Log
Port py-mkl success on xcode10.2. Log
Port py27-mkl-include success on xcode10.2. Log
Port py35-mkl success on xcode10.2. Log
Port py35-mkl-include success on xcode10.2. Log
Port py36-mkl success on xcode10.2. Log
Port py36-mkl-include success on xcode10.2. Log
Port py37-mkl success on xcode10.2. Log
Port py37-mkl-include success on xcode10.2. Log
Port py27-mkl success on xcode9.4. Log
Port py-mkl success on xcode9.4. Log
Port py27-mkl-include success on xcode9.4. Log
Port py35-mkl success on xcode9.4. Log
Port py35-mkl-include success on xcode9.4. Log
Port py36-mkl success on xcode9.4. Log
Port py36-mkl-include success on xcode9.4. Log
Port py37-mkl success on xcode9.4. Log
Port py37-mkl-include success on xcode9.4. Log
Port py27-mkl success on xcode8.3. Log
Port py-mkl success on xcode8.3. Log
Port py27-mkl-include success on xcode8.3. Log
Port py35-mkl success on xcode8.3. Log
Port py35-mkl-include success on xcode8.3. Log
Port py36-mkl success on xcode8.3. Log
Port py36-mkl-include success on xcode8.3. Log
Port py37-mkl success on xcode8.3. Log
Port py37-mkl-include success on xcode8.3. Log
Port py27-mkl fail on xcode7.3. Log
Port py-mkl's dependencies fail on xcode7.3. Log
Port py27-mkl-include's dependencies fail on xcode7.3. Log
Port py35-mkl fail on xcode7.3. Log
Port py35-mkl-include's dependencies fail on xcode7.3. Log
Port py36-mkl fail on xcode7.3. Log
Port py36-mkl-include's dependencies fail on xcode7.3. Log
Port py37-mkl fail on xcode7.3. Log
Port py37-mkl-include's dependencies fail on xcode7.3. Log

The build timed out.

python/py-pytorch/Portfile Outdated Show resolved Hide resolved
python/py-pytorch/Portfile Show resolved Hide resolved
@mf2k
Copy link
Contributor

mf2k commented Mar 12, 2019

They look good. I suggested some minor tweaks.

@macportsbot
Copy link

Travis Build #5571 Errored.

Lint results
--->  Verifying Portfile for py-mkl
Error: Missing required variable: homepage
--->  1 errors and 0 warnings found.
--->  Verifying Portfile for py-pytorch
--->  0 errors and 0 warnings found.

Port py27-mkl success on xcode10.2. Log
Port py-mkl success on xcode10.2. Log
Port py27-mkl-include success on xcode10.2. Log
Port py35-mkl's dependencies fail on xcode10.2. Log
Port py35-mkl-include success on xcode10.2. Log
Port py36-mkl success on xcode10.2. Log
Port py36-mkl-include success on xcode10.2. Log
Port py37-mkl success on xcode10.2. Log
Port py37-mkl-include success on xcode10.2. Log
Port py27-mkl success on xcode9.4. Log
Port py-mkl success on xcode9.4. Log
Port py27-mkl-include success on xcode9.4. Log
Port py35-mkl success on xcode9.4. Log
Port py35-mkl-include success on xcode9.4. Log
Port py36-mkl success on xcode9.4. Log
Port py36-mkl-include success on xcode9.4. Log
Port py37-mkl success on xcode9.4. Log
Port py37-mkl-include success on xcode9.4. Log
Port py27-mkl success on xcode8.3. Log
Port py-mkl success on xcode8.3. Log
Port py27-mkl-include success on xcode8.3. Log
Port py35-mkl success on xcode8.3. Log
Port py35-mkl-include success on xcode8.3. Log
Port py36-mkl success on xcode8.3. Log
Port py36-mkl-include success on xcode8.3. Log
Port py37-mkl success on xcode8.3. Log
Port py37-mkl-include success on xcode8.3. Log
Port py27-mkl fail on xcode7.3. Log
Port py-mkl's dependencies fail on xcode7.3. Log
Port py27-mkl-include's dependencies fail on xcode7.3. Log
Port py35-mkl fail on xcode7.3. Log
Port py35-mkl-include's dependencies fail on xcode7.3. Log
Port py36-mkl fail on xcode7.3. Log
Port py36-mkl-include's dependencies fail on xcode7.3. Log
Port py37-mkl fail on xcode7.3. Log
Port py37-mkl-include's dependencies fail on xcode7.3. Log

The build timed out.

@cjones051073
Copy link
Member Author

Thanks. Think I will just hit go now....

@cjones051073 cjones051073 merged commit bfbb99e into macports:master Mar 12, 2019
@cjones051073 cjones051073 deleted the add-pytorch branch March 12, 2019 23:40
version 2019.0
revision 0
platforms darwin
supported_archs noarch
Copy link
Member

Choose a reason for hiding this comment

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

This is correct for the py-mkl stub port, but it's inherited by the subports which should be x86_64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
by: member Created by a member with commit rights type: enhancement type: submission
4 participants