This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Israel Herraiz <[email protected]> | |
pkgname=suitesparse-mkl | |
pkgver=5.2.0 | |
pkgrel=1 | |
pkgdesc="A collection of sparse matrix libraries (compiled with the Intel MKL lib)" | |
url="http://faculty.cse.tamu.edu/davis/suitesparse.html" | |
arch=('i686' 'x86_64') | |
conflicts=('umfpack' 'suitesparse') | |
provides=('umfpack' 'suitesparse=${pkgver}') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# coding: utf-8 | |
from __future__ import print_function | |
import configparser | |
import re | |
import shutil | |
import sqlite3 | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# coding: utf-8 | |
from __future__ import print_function | |
import configparser | |
import re | |
import shutil | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Brendan Van Hook <brendan at vastactive dot com> | |
_pkgname=matlab_kernel | |
pkgname=jupyter-$_pkgname-git | |
pkgver=r167.616c495 | |
pkgrel=1 | |
pkgdesc="A Jupyter/IPython kernel for Matlab" | |
arch=('any') | |
url="https://github.com/Calysto/matlab_kernel.git" | |
license=('BSD') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Israel Herraiz <[email protected] | |
pkgbase=julia-mkl | |
pkgname=('julia-mkl' 'julia-mkl-docs') | |
pkgver=0.6.3 | |
pkgrel=1 | |
arch=('x86_64') | |
pkgdesc='High-level, high-performance, dynamic programming language (compiled with the Intel MKL library)' | |
url='http://julialang.org/' | |
license=('MIT') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -rupN xcrysden-1.5.60/F/gengeom.f myxcrysden-1.5.60/F/gengeom.f | |
--- xcrysden-1.5.60/F/gengeom.f 2012-02-03 18:53:05.000000000 +0800 | |
+++ myxcrysden-1.5.60/F/gengeom.f 2018-08-03 14:41:35.000000000 +0800 | |
@@ -905,7 +905,7 @@ C DETERMINE HOW MENY ATOMS WILL BE I | |
SUBROUTINE GETCCOOR(A33,B33,BROW,X,Y,Z,XC,YC,ZC,NA,NATR) | |
include 'param.inc' | |
- REAL*8 B33(3,4),A33(3,3),RA(3,3),COOR(3),X(NATR),Y(NATR),Z(NATR), | |
+ REAL*8 B33(3,*),A33(3,3),RA(3,3),COOR(3),X(NATR),Y(NATR),Z(NATR), | |
* XC(NAC,4),YC(NAC,4),ZC(NAC,4),RX(3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main() { | |
# Use colors, but only if connected to a terminal, and that terminal | |
# supports them. | |
if which tput >/dev/null 2>&1; then | |
ncolors=$(tput colors) | |
fi | |
if [ -t 1 ] && [ -n "$ncolors" ] && [ "$ncolors" -ge 8 ]; then | |
RED="$(tput setaf 1)" | |
GREEN="$(tput setaf 2)" | |
YELLOW="$(tput setaf 3)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"translatorID":"04623cf0-313c-11df-9aae-0800200c9a66", | |
"translatorType":2, | |
"label":"ZotSelect Link", | |
"creator":"Scott Campbell, Avram Lyon, Nathan Schneider", | |
"target":"html", | |
"minVersion":"2.0", | |
"maxVersion":"", | |
"priority":200, | |
"inRepository":false, |
NewerOlder