Giter Club home page Giter Club logo

physicalproperty's People

Contributors

jrsmith3 avatar

Watchers

 avatar  avatar

physicalproperty's Issues

Make compatible with python 2.6

The build of physicalproperty with python 2.6 fails. The failure occurs in build.sh:

VERSION=`python -c 'execfile("physicalproperty/version.py")

Even if the above code worked, the build would fail in setup.py as a result of the

execfile("physicalproperty/version.py")

line introduced to close #7.

Solution

It looks like the best practice is to use the with open... pattern to replace the execfile command as noted in this SO post.

Release 1.0.1

Release version 1.0.1. This issue closes when milestone 1.0.1 is reached.

Set build string to `GIT_BUILD_STR` in `meta.yaml`

Add the following to meta.yaml:

build:
    string: {{ environ.get('GIT_BUILD_STR', '') }}

In this way the commit hash (more or less) will be set as the conda build string and therefore I will be able to identify from which commit a particular conda build was produced.

Similar to issue 33 in ibei.

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.