Skip to content

Instantly share code, notes, and snippets.

@apeyser
apeyser / protobuf3.spec
Last active January 4, 2018 03:35
RPM spec file for building protobuf version 3.0.0-beta-1 into /opt in parallel to old, old versions of protobuf
#
%global srcvers 3.0.0-beta-1
%global srcname protobuf-%{srcvers}
%global _prefix /opt/%{srcname}
#
Summary: Protocol Buffers Google''s data interchange format
Name: protobuf3
@apeyser
apeyser / pybuffer.cpp
Created November 25, 2015 08:32
Cython outputs for pymusic
/* Generated by Cython 0.20 on Thu Oct 30 17:05:56 2014 */
#define PY_SSIZE_T_CLEAN
#ifndef CYTHON_USE_PYLONG_INTERNALS
#ifdef PYLONG_BITS_IN_DIGIT
#define CYTHON_USE_PYLONG_INTERNALS 0
#else
#include "pyconfig.h"
#ifdef PYLONG_BITS_IN_DIGIT
#define CYTHON_USE_PYLONG_INTERNALS 1