Giter VIP home page Giter VIP logo

pykep-feedstock's Introduction

About pykep-feedstock

Feedstock license: BSD-3-Clause

Home: https://esa.github.io/pykep/

Package license: GPL v3 and LGPL v3

Summary: pykep is a scientific library providing basic tools for interplanetary trajectory design.

Current build status

Azure
VariantStatus
linux_64_python3.10.____cpython variant
linux_64_python3.11.____cpython variant
linux_64_python3.8.____cpython variant
linux_64_python3.9.____cpython variant
osx_64_python3.10.____cpython variant
osx_64_python3.11.____cpython variant
osx_64_python3.8.____cpython variant
osx_64_python3.9.____cpython variant
osx_arm64_python3.10.____cpython variant
osx_arm64_python3.11.____cpython variant
osx_arm64_python3.8.____cpython variant
osx_arm64_python3.9.____cpython variant
win_64_python3.10.____cpython variant
win_64_python3.11.____cpython variant
win_64_python3.8.____cpython variant
win_64_python3.9.____cpython variant

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing pykep

Installing pykep from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, pykep can be installed with conda:

conda install pykep

or with mamba:

mamba install pykep

It is possible to list all of the versions of pykep available on your platform with conda:

conda search pykep --channel conda-forge

or with mamba:

mamba search pykep --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search pykep --channel conda-forge

# List packages depending on `pykep`:
mamba repoquery whoneeds pykep --channel conda-forge

# List dependencies of `pykep`:
mamba repoquery depends pykep --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge anaconda.org channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating pykep-feedstock

If you would like to improve the pykep recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/pykep-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

pykep-feedstock's People

Contributors

beckermr avatar bluescarni avatar conda-forge-admin avatar conda-forge-curator[bot] avatar conda-forge-linter avatar darioizzo avatar github-actions[bot] avatar h-vetinari avatar jschueller avatar mariusvniekerk avatar ocefpaf avatar regro-cf-autotick-bot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pykep-feedstock's Issues

pip does not see pykep when installed with conda

Issue:
pip does not see pykep as an installed package when installed using conda. This is evident by using pip list and noting that it is not present in the package list. This results in dependency not found errors when attempting to use pip to install packages that list pykep as a dependency. It is possible to install pykep using pip directly to prevent the issues, however, the current conda-forge recipe supports additional platforms and python version not supported on pypi (e.g. OSX and Python 3.8)


Environment (pip list):
(pykep) C:\Users\###>where pip
C:\Users\###\Anaconda3\envs\pykep\Scripts\pip.exe

$ (pykep) C:\Users\###>pip list
Package         Version
--------------- -------------------
certifi         2020.6.20
cycler          0.10.0
kiwisolver      1.2.0
matplotlib      3.3.2
mkl-service     2.3.0
numpy           1.19.1
olefile         0.46
Pillow          7.2.0
pip             20.2.3
pyparsing       2.4.7
python-dateutil 2.8.1
scipy           1.5.0
setuptools      49.6.0.post20200917
six             1.15.0
tornado         6.0.4
wheel           0.35.1
wincertstore    0.2

Environment (conda list):
$ conda list
# packages in environment at C:\Users\###\Anaconda3\envs\pykep:
#
# Name                    Version                   Build  Channel
blas                      1.0                         mkl
boost                     1.72.0           py38h96a391d_0    conda-forge
boost-cpp                 1.72.0               hd4e6614_3    conda-forge
bzip2                     1.0.8                he774522_3    conda-forge
ca-certificates           2020.6.20            hecda079_0    conda-forge
certifi                   2020.6.20        py38h32f6830_0    conda-forge
cycler                    0.10.0                     py_2    conda-forge
freetype                  2.10.2               hd328e21_0    conda-forge
icc_rt                    2019.0.0             h0cc432a_1
intel-openmp              2019.4                      245
jpeg                      9d                   he774522_0    conda-forge
kiwisolver                1.2.0            py38heaebd3c_0    conda-forge
libblas                   3.8.0                    14_mkl    conda-forge
libcblas                  3.8.0                    14_mkl    conda-forge
liblapack                 3.8.0                    14_mkl    conda-forge
libpng                    1.6.37               ha81a0f5_2    conda-forge
libtiff                   4.1.0                h885aae3_6    conda-forge
lz4-c                     1.9.2                h62dcd97_2    conda-forge
matplotlib-base           3.3.2            py38hfb9ee82_0    conda-forge
mkl                       2019.4                      245
mkl-service               2.3.0            py38hfa6e2cd_0    conda-forge
numpy                     1.19.1           py38h72c728b_0    conda-forge
olefile                   0.46                       py_0    conda-forge
openssl                   1.1.1h               he774522_0    conda-forge
pillow                    7.2.0            py38h7011068_1    conda-forge
pip                       20.2.3                     py_0    conda-forge
pykep                     2.5.1            py38h9cef8e3_0    conda-forge
pyparsing                 2.4.7              pyh9f0ad1d_0    conda-forge
python                    3.8.5           h60c2a47_9_cpython    conda-forge
python-dateutil           2.8.1                      py_0    conda-forge
python_abi                3.8                      1_cp38    conda-forge
scipy                     1.5.0            py38h9439919_0
setuptools                49.6.0           py38h32f6830_1    conda-forge
six                       1.15.0             pyh9f0ad1d_0    conda-forge
sqlite                    3.33.0               he774522_1    conda-forge
tk                        8.6.10               he774522_1    conda-forge
tornado                   6.0.4            py38hfa6e2cd_0    conda-forge
vc                        14.1                 h869be7e_1    conda-forge
vs2015_runtime            14.16.27012          h30e32a0_2    conda-forge
wheel                     0.35.1             pyh9f0ad1d_0    conda-forge
wincertstore              0.2                   py38_1003    conda-forge
xz                        5.2.5                h62dcd97_1    conda-forge
zlib                      1.2.11            h62dcd97_1009    conda-forge
zstd                      1.4.5                h1f3a1b7_2    conda-forge

Details about conda and system ( conda info ):
$ conda info
     active environment : pykep
    active env location : C:\Users\###\Anaconda3\envs\pykep
            shell level : 2
       user config file : C:\Users\###\.condarc
 populated config files : C:\Users\###\.condarc
          conda version : 4.8.5
    conda-build version : 3.18.11
         python version : 3.8.3.final.0
       virtual packages : __cuda=9.1
       base environment : C:\Users\###\Anaconda3  (writable)
           channel URLs : https://repo.anaconda.com/pkgs/main/win-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/win-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/msys2/win-64
                          https://repo.anaconda.com/pkgs/msys2/noarch
                          https://conda.anaconda.org/conda-forge/win-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : C:\Users\###\Anaconda3\pkgs
                          C:\Users\###\.conda\pkgs
                          C:\Users\###\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\###\Anaconda3\envs
                          C:\Users\###\.conda\envs
                          C:\Users\###\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/4.8.5 requests/2.24.0 CPython/3.8.3 Windows/10 Windows/10.0.17763
          administrator : False
             netrc file : None
           offline mode : False

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.