Skip to content

Commit

Permalink
proteinortho: annotate build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Jan 7, 2025
1 parent 1a55a16 commit 5d44004
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/proteinortho/build_failure.osx-64.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recipe_sha: a98dfbbf64c259cca30746c9221d5af13905f66e1c07c42a1dbe80a9d6eade32 # The hash of the recipe's meta.yaml at which this recipe failed to build.
skiplist: false # Set to true to skiplist this recipe so that it will be ignored as long as its latest commit is the one given above.
skiplist: true # Set to true to skiplist this recipe so that it will be ignored as long as its latest commit is the one given above.
log: |2-
Traceback (most recent call last):
Expand Down Expand Up @@ -102,3 +102,6 @@ log: |2-
x86_64-apple-darwin13.4.0-clang -std=c11 -O3 -funroll-loops -D_FORTIFY_SOURCE=2 -isystem $PREFIX/include -mmacosx-version-min=10.15 -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -stdlib=libc -fvisibility-inlines-hidden -fmessage-length=0 -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/proteinortho-6.3.4 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix -O3 -I$PREFIX/include -fopenmp -o src/BUILD/Darwin_x86_64/proteinortho_clustering src/proteinortho_clustering.cpp -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,$PREFIX/lib -L$PREFIX/lib -L$PREFIX/lib -headerpad_max_install_names -llapack -lblas -pthread -lpthread
......OK dynamic linking was successful for proteinortho_clustering!
# Last 100 lines of the build log.
category: |-
compiler error

0 comments on commit 5d44004

Please sign in to comment.