Skip to content

Instantly share code, notes, and snippets.

View hauptmech's full-sized avatar

Hauptmech hauptmech

View GitHub Profile
@hauptmech
hauptmech / PKGBUILD
Created January 4, 2012 13:36
Archlinux AUR suitesparse PKGBUILD
# Contributor: Marco Maso <demind@gmail.com>
pkgname=suitesparse
_pkgname=SuiteSparse
pkgver=3.6.1
pkgrel=2
pkgdesc="A suite of sparse matrix packages"
url="http://www.cise.ufl.edu/research/sparse/SuiteSparse/"
arch=('i686' 'x86_64')
conflicts=('umfpack')
@hauptmech
hauptmech / PKGBUILD
Created January 4, 2012 11:53
Archlinux AUR cuda-sdk PKGBUILD
# Maintainer: Thomas Jost <schnouki@schnouki.net>
# Contributor: Carson Reynolds <carson@k2.t.u-tokyo.ac.jp>
# Contributor: hauptmech
#
# A x86_64 binary version of this package is available from my custom
# repository. If you wish to use it, just add the following lines to your
# /etc/pacman.conf:
# [schnouki]
# Server = http://repo.schnouki.net/archlinux/$arch
# Then run "pacman -Sy cuda-sdk" as root.
@hauptmech
hauptmech / Netus.patch
Created October 21, 2011 09:23
Archlinux PKGBUILD for linux-2.6.37.6 + xenomai-2.5.6 on NetusG20 ARM board
--- linux-2.6.37.6/arch/arm/mach-at91/board-foxg20.c 1970-01-01 01:00:00.000000000 +0100
+++ linux-2.6.38.8/arch/arm/mach-at91/board-foxg20.c 2011-06-03 03:35:11.000000000 +0200
@@ -0,0 +1,274 @@
+/*
+ * Copyright (C) 2005 SAN People
+ * Copyright (C) 2008 Atmel
+ * Copyright (C) 2010 Lee McLoughlin - lee@lmmrtech.com
+ * Copyright (C) 2010 Sergio Tanzilli - tanzilli@acmesystems.it
+ *
+ * This program is free software; you can redistribute it and/or modify
@hauptmech
hauptmech / PKGBUILD
Created October 17, 2011 10:36
crosstool-ng PKGBUILD for archlinux
# Contributor: jwwolf <jwwolf+arch@gmail.com>
pkgname=crosstool-ng
pkgver=1.12.4
pkgrel=1
pkgdesc="A versatile (cross-)toolchain generator"
arch=('i686' 'x86_64')
url="http://crosstool-ng.org/"
license=(GPL)
depends=('bash' 'cvs' 'make' 'gcc' 'gawk' 'sed' 'bison' 'flex' 'texinfo' 'automake' \