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

Rework older conda packages #40

Merged
merged 36 commits into from
Sep 23, 2018
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
3a2cd74
Remove the __conda_XXXX__ output files.
mithro Sep 11, 2018
aff969b
binutils: Using on package with environment variables.
mithro Sep 18, 2018
99252a3
travis: Change split between install/run.
mithro Sep 18, 2018
624b29b
Removing conda-multisrc-example as conda has native support now.
mithro Sep 18, 2018
5c9bc3d
gdb: Move to common recipe.
mithro Sep 18, 2018
e810b71
gcc: Move to common packages.
mithro Sep 18, 2018
04e7738
arachne-pnr: Only run simple tests.
mithro Sep 18, 2018
00dc5c0
travis: Update to new TOOLCHAIN_ARCH method.
mithro Sep 18, 2018
e8e31d2
travis: Make output even less verbose.
mithro Sep 18, 2018
eeb606c
sdcc: Move to new template system.
mithro Sep 18, 2018
8d0a08f
openocd: Move to new template method.
mithro Sep 18, 2018
f5b45eb
flterm: Convert to new template method.
mithro Sep 18, 2018
f3e2dce
verilator: Move to new template method.
mithro Sep 18, 2018
ae42778
arachne-pnr: Use the conda compiler.
mithro Sep 19, 2018
df7309d
flterm: Use conda compiler.
mithro Sep 19, 2018
7002f41
sdcc: Use conda compiler.
mithro Sep 19, 2018
bec4733
verilator: Use conda compiler.
mithro Sep 19, 2018
8a247d7
iverilog: Use conda compiler.
mithro Sep 19, 2018
50a2c04
travis: Disable caching.
mithro Sep 19, 2018
d1afcd0
gcc: Extract the pkg-version version.
mithro Sep 19, 2018
cb05c30
gcc/nostdc: Cleanup git repository after git version.
mithro Sep 19, 2018
2c3760d
gcc: Dump more information about the compiler.
mithro Sep 19, 2018
7fa57ca
binutils/gcc-newlib: Enable sysroot.
mithro Sep 19, 2018
d6f9b91
gcc: More attempts at making newlib work.
mithro Sep 20, 2018
73ed8b4
all: s/DATESTR/DATE_STR+DATE_NUM/
mithro Sep 21, 2018
fd3096a
gcc: Check the PKG_VERSION environment.
mithro Sep 21, 2018
f0c8ed0
conda: Pin to python3.6 for now.
mithro Sep 21, 2018
adcc49e
conda: Pin conda-build version?
mithro Sep 21, 2018
c08b336
travis: Output info from common script.
mithro Sep 21, 2018
909093c
Use long DATE_NUM so sorting works.
mithro Sep 21, 2018
64707c0
gcc: Use underscore like previously.
mithro Sep 21, 2018
62d4651
gcc/newlib: Read new nostdc version.
mithro Sep 21, 2018
de705ac
gcc: More debugging in the prescript.
mithro Sep 21, 2018
412f143
gcc: More debug.
mithro Sep 22, 2018
c507c86
gcc: Patch nostdc with stdint.
mithro Sep 22, 2018
aaa30ac
travis: Don't produce config.log output after failure.
mithro Sep 23, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
conda: Pin to python3.6 for now.
mithro committed Sep 21, 2018
commit f0c8ed0fd3a39a9ea2e2ce4c0d50a061adf42067
14 changes: 7 additions & 7 deletions conda-get.sh
Original file line number Diff line number Diff line change
@@ -11,13 +11,13 @@ if [ ! -d $CONDA_PATH -o ! -z "$CI" ]; then
./Miniconda3-latest-Linux-x86_64.sh -p $CONDA_PATH -b -f
fi
export PATH=$CONDA_PATH/bin:$PATH

echo "python==3.6" > $CONDA_PATH/conda-meta/pinned

conda update -y conda
if [ ! -z "$CONDA_BUILD_VERSION" ]; then
conda install -y conda-build==$CONDA_BUILD_VERSION
echo "conda-build==$CONDA_BUILD_VERSION" > $CONDA_PATH/conda-meta/pinned
else
conda install -y conda-build
conda install -y conda-verify
fi

conda install -y conda-build
conda install -y conda-verify

conda install -y anaconda-client
conda install -y jinja2