jessieにemacs24.4.1とcuda6.0を簡単インストール

 wheezyにemacs24.3.1とcuda5.0を簡単インストール - 会者定離で以降を、普通にjessieに更新したら、
emacs24.4とcuda6.0に上がってた^^

$ cat /etc/apt/sources.list

source.list修正して、wheezyからjessieにupgradeした。

deb http://ftp.nara.wide.ad.jp/debian/ jessie main contrib non-free
deb-src http://ftp.nara.wide.ad.jp/debian/ jessie main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free

# jessie-updates, previously known as 'volatile'
deb http://ftp.nara.wide.ad.jp/debian/ jessie-updates main
deb-src http://ftp.nara.wide.ad.jp/debian/ jessie-updates main

# jessie-backports for nvidia-driver
deb http://http.debian.net/debian/ jessie-backports main contrib non-free

ら、emacsとcuda以下になった。

$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2013 NVIDIA Corporation
Built on Thu_Mar_13_11:58:58_PDT_2014
Cuda compilation tools, release 6.0, V6.0.1

$ emacs --version
GNU Emacs 24.4.1
Copyright (C) 2014 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.