Skip to content

Commit

Permalink
Merge pull request #301 from xobs/noarch-openroad
Browse files Browse the repository at this point in the history
misc/openlane: set openlane to be noarch
  • Loading branch information
proppy authored Feb 24, 2023
2 parents ffdb1c2 + 3f5f4b2 commit 58f8777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/openlane/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ set -ex
UNAME_OUT="$(uname -s)"
case "${UNAME_OUT}" in
Linux*) OS=Linux;;
Darwin*) OS=Mac;;
*) OS="${UNAME_OUT}"
echo "Unknown OS: ${OS}"
exit;;
esac

mkdir -p $PREFIX/share/
cp -ar $SRC_DIR $PREFIX/share/openlane
cp -a $SRC_DIR $PREFIX/share/openlane
# define system and pdk variables
mkdir -p $PREFIX/share/openlane/install
echo $PKG_VERSION-conda > $PREFIX/share/openlane/install/installed_version
Expand Down
1 change: 1 addition & 0 deletions misc/openlane/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ source:
- disable-version-check.patch # conda versions differ from openlane metadata

build:
noarch: generic
# number: 201803050325
number: {{ environ.get('DATE_NUM') }}
# string: 20180305_0325
Expand Down

0 comments on commit 58f8777

Please sign in to comment.