Skip to content

Instantly share code, notes, and snippets.

diff --git a/tensorflow/contrib/cmake/external/gemmlowp.cmake b/tensorflow/contrib/cmake/external/gemmlowp.cmake
index eee61ff..436b5d1 100644
--- a/tensorflow/contrib/cmake/external/gemmlowp.cmake
+++ b/tensorflow/contrib/cmake/external/gemmlowp.cmake
@@ -15,7 +15,7 @@
include (ExternalProject)
set(gemmlowp_URL http://github.com/google/gemmlowp/archive/a6f29d8ac48d63293f845f2253eccbf86bc28321.tar.gz)
-set(gemmlowp_HASH SHA256=75d40ea8e68b0d1644f052fffe8f14a410b2a73d40ccb859a95c0578d194ec26)
+set(gemmlowp_HASH SHA256=1e40863d9f15dd6b15f8f18f49c500944be6118d9fe17e9dc58a1c709cadbb8a)

Conda packages contain a metadata file (index.json) which provides information about the package and the software contained within. The metadata for all packages within a channel are combined into a single json file (repodata.json) which is used by conda for package discovery and to resolve and verify dependencies when a package is installed or removed from an environment.

Unfortunately, the metadata contained within a package may be incorrect, either because of a mistake made when the package was created or because new information makes the original metadata incomplete.

@jjhelmus
jjhelmus / update_token.py
Created August 14, 2017 23:38
Python script to update the Anaconda upload token in conda-forge feedstocks
from __future__ import print_function
import os
import requests
import ruamel.yaml
with open(os.path.expanduser('~/.conda-smithy/circle.token'), 'r') as fh:
circle_token = fh.read().strip()
["alembic", "anaconda-client", "anaconda-verify", "antispoofing.utils", "antlr", "arm_pyart", "artview", "atom", "auditwheel", "autoconf", "automake", "autopep8", "avro", "awscli", "babel", "bdw-gc", "binutils", "bison", "bob.ap", "bob.bio.base", "bob.bio.face", "bob.bio.gmm", "bob.blitz", "bob.core", "bob.db.avspoof", "bob.db.base", "bob.db.iris", "bob.db.mobio", "bob.db.msu_mfsd_mod", "bob.extension", "bob.io.audio", "bob.io.base", "bob.io.image", "bob.io.matlab", "bob.io.video", "bob.ip.base", "bob.ip.color", "bob.ip.draw", "bob.ip.facedetect", "bob.ip.flandmark", "bob.ip.gabor", "bob.ip.optflow.hornschunck", "bob.ip.optflow.liu", "bob.learn.activation", "bob.learn.boosting", "bob.learn.em", "bob.learn.libsvm", "bob.learn.linear", "bob.learn.mlp", "bob.math", "bob.measure", "bob.sp", "bottle", "bottleneck", "cairo", "cairomm", "capnproto", "cartopy", "cc-plugin-glider", "cdo", "celery", "cell_tree2d", "cf_units", "cfchecker", "cgal", "check", "cherrypy", "circleci-helpers", "cis", "ciso", "ckanapi", "cloog
#! /usr/bin/env python3
""" Find conda packages which use a binary prefix. """
import argparse
import bz2
import json
import os
import tarfile
import urllib.request
root@65fd037e562e:~# conda create -n py27 python=2.7
Fetching package metadata: ....
Solving package specifications: .........
Package plan for installation in environment /root/miniconda3/envs/py27:
The following NEW packages will be INSTALLED:
openssl: 1.0.2g-0
pip: 8.1.1-py27_1
@jjhelmus
jjhelmus / python27_win32.log
Last active February 13, 2016 17:54
Test logs from atlas_build wheels
C:\Users\IEUser>python -c "import numpy; numpy.test()
Running unit tests for numpy
NumPy version 1.10.4
NumPy relaxed strides checking option: False
NumPy is installed in C:\Users\IEUser\Miniconda2\lib\site-packages\numpy
Python version 2.7.11 |Continuum Analytics, Inc.| (default, Jan 29 2016, 15:36:5
6) [MSC v.1500 32 bit (Intel)]
nose version 1.3.7
..............................S.................................................
................................................................................
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Statistical functions (scipy.stats) &mdash; SciPy v0.16.0 Reference Guide</title>
<link rel="stylesheet" type="text/css" href="_static/css/spc-bootstrap.css">
<link rel="stylesheet" type="text/css" href="_static/css/spc-extend.css">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Statistical functions (scipy.stats) &mdash; SciPy v0.16.0 Reference Guide</title>
<link rel="stylesheet" type="text/css" href="_static/css/spc-bootstrap.css">
<link rel="stylesheet" type="text/css" href="_static/css/spc-extend.css">
<!DOCTYPE html>
<!-- Generated by Cython 0.21.2 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body.cython { font-family: courier; font-size: 12; }
.cython.tag { }