Skip to content

Commit 9dc02ee

Browse files
committed
initial commit
0 parents  commit 9dc02ee

File tree

5,580 files changed

+2744409
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,580 files changed

+2744409
-0
lines changed

.gitignore

Lines changed: 302 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,302 @@
1+
2+
# Build directories
3+
build/
4+
vs2019/
5+
build-*/
6+
*-build/
7+
_build/
8+
_build-*/
9+
cmake-build*/
10+
.idea
11+
.vscode
12+
.vs
13+
14+
# Generated files inside source tree
15+
doc/conf.py
16+
17+
### Linux template
18+
*~
19+
20+
# temporary files which can be created if a process still has a handle open of a deleted file
21+
.fuse_hidden*
22+
23+
# KDE directory preferences
24+
.directory
25+
26+
# Linux trash folder which might appear on any partition or disk
27+
.Trash-*
28+
29+
# .nfs files are created when an open file is removed but is still being accessed
30+
.nfs*
31+
### JetBrains template
32+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
33+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
34+
35+
# User-specific stuff
36+
.idea/**/workspace.xml
37+
.idea/**/tasks.xml
38+
.idea/**/usage.statistics.xml
39+
.idea/**/dictionaries
40+
.idea/**/shelf
41+
42+
# Sensitive or high-churn files
43+
.idea/**/dataSources/
44+
.idea/**/dataSources.ids
45+
.idea/**/dataSources.local.xml
46+
.idea/**/sqlDataSources.xml
47+
.idea/**/dynamic.xml
48+
.idea/**/uiDesigner.xml
49+
.idea/**/dbnavigator.xml
50+
51+
# Gradle
52+
.idea/**/gradle.xml
53+
.idea/**/libraries
54+
55+
# Gradle and Maven with auto-import
56+
# When using Gradle or Maven with auto-import, you should exclude module files,
57+
# since they will be recreated, and may cause churn. Uncomment if using
58+
# auto-import.
59+
# .idea/modules.xml
60+
# .idea/*.iml
61+
# .idea/modules
62+
63+
# CMake
64+
cmake-build-*/
65+
66+
# Mongo Explorer plugin
67+
.idea/**/mongoSettings.xml
68+
69+
# File-based project format
70+
*.iws
71+
72+
# IntelliJ
73+
out/
74+
75+
# mpeltonen/sbt-idea plugin
76+
.idea_modules/
77+
78+
# JIRA plugin
79+
atlassian-ide-plugin.xml
80+
81+
# Cursive Clojure plugin
82+
.idea/replstate.xml
83+
84+
# Crashlytics plugin (for Android Studio and IntelliJ)
85+
com_crashlytics_export_strings.xml
86+
crashlytics.properties
87+
crashlytics-build.properties
88+
fabric.properties
89+
90+
# Editor-based Rest Client
91+
.idea/httpRequests
92+
### macOS template
93+
# General
94+
.DS_Store
95+
.AppleDouble
96+
.LSOverride
97+
98+
# Icon must end with two \r
99+
Icon
100+
101+
# Thumbnails
102+
._*
103+
104+
# Files that might appear in the root of a volume
105+
.DocumentRevisions-V100
106+
.fseventsd
107+
.Spotlight-V100
108+
.TemporaryItems
109+
.Trashes
110+
.VolumeIcon.icns
111+
.com.apple.timemachine.donotpresent
112+
113+
# Directories potentially created on remote AFP share
114+
.AppleDB
115+
.AppleDesktop
116+
Network Trash Folder
117+
Temporary Items
118+
.apdisk
119+
### Dropbox template
120+
# Dropbox settings and caches
121+
.dropbox
122+
.dropbox.attr
123+
.dropbox.cache
124+
### Ninja template
125+
.ninja_deps
126+
.ninja_log
127+
### Tags template
128+
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
129+
TAGS
130+
.TAGS
131+
!TAGS/
132+
tags
133+
.tags
134+
!tags/
135+
gtags.files
136+
GTAGS
137+
GRTAGS
138+
GPATH
139+
GSYMS
140+
cscope.files
141+
cscope.out
142+
cscope.in.out
143+
cscope.po.out
144+
145+
### Vim template
146+
# Swap
147+
[._]*.s[a-v][a-z]
148+
[._]*.sw[a-p]
149+
[._]s[a-rt-v][a-z]
150+
[._]ss[a-gi-z]
151+
[._]sw[a-p]
152+
153+
# Session
154+
Session.vim
155+
156+
# Temporary
157+
.netrwhist
158+
# Persistent undo
159+
[._]*.un~
160+
### C++ template
161+
# Prerequisites
162+
*.d
163+
164+
# Compiled Object files
165+
*.slo
166+
*.lo
167+
*.o
168+
*.obj
169+
170+
# Precompiled Headers
171+
*.gch
172+
*.pch
173+
174+
# Compiled Dynamic libraries
175+
*.so
176+
*.dylib
177+
*.dll
178+
179+
# Fortran module files
180+
*.mod
181+
*.smod
182+
183+
# Compiled Static libraries
184+
*.lai
185+
*.la
186+
*.a
187+
*.lib
188+
189+
# Executables
190+
*.exe
191+
*.out
192+
*.app
193+
### VisualStudioCode template
194+
.vscode/*
195+
!.vscode/settings.json
196+
!.vscode/tasks.json
197+
!.vscode/launch.json
198+
!.vscode/extensions.json
199+
### Xcode template
200+
# Xcode
201+
#
202+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
203+
204+
## User settings
205+
xcuserdata/
206+
207+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
208+
*.xcscmblueprint
209+
*.xccheckout
210+
211+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
212+
build/
213+
DerivedData/
214+
*.moved-aside
215+
*.pbxuser
216+
!default.pbxuser
217+
*.mode1v3
218+
!default.mode1v3
219+
*.mode2v3
220+
!default.mode2v3
221+
*.perspectivev3
222+
!default.perspectivev3
223+
### Backup template
224+
*.bak
225+
*.gho
226+
*.ori
227+
*.orig
228+
*.tmp
229+
### Vagrant template
230+
# General
231+
.vagrant/
232+
233+
# Log files (if you are creating logs in debug mode, uncomment this)
234+
# *.logs
235+
### C template
236+
237+
# Object files
238+
*.ko
239+
*.elf
240+
241+
# Linker output
242+
*.ilk
243+
*.map
244+
*.exp
245+
246+
# Executables
247+
*.i*86
248+
*.x86_64
249+
*.hex
250+
251+
# Debug files
252+
*.dSYM/
253+
*.su
254+
*.idb
255+
*.pdb
256+
257+
# Kernel Module Compile Results
258+
*.mod*
259+
*.cmd
260+
.tmp_versions/
261+
modules.order
262+
Module.symvers
263+
Mkfile.old
264+
dkms.conf
265+
### VirtualEnv template
266+
# Virtualenv
267+
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
268+
.Python
269+
[Bb]in
270+
[Ii]nclude
271+
[Ll]ib
272+
[Ll]ib64
273+
[Ll]ocal
274+
[Ss]cripts
275+
pyvenv.cfg
276+
.venv
277+
pip-selfcheck.json
278+
### Windows template
279+
# Windows thumbnail cache files
280+
Thumbs.db
281+
ehthumbs.db
282+
ehthumbs_vista.db
283+
284+
# Dump file
285+
*.stackdump
286+
287+
# Folder config file
288+
[Dd]esktop.ini
289+
290+
# Recycle Bin used on file shares
291+
$RECYCLE.BIN/
292+
293+
# Windows Installer files
294+
*.cab
295+
*.msi
296+
*.msix
297+
*.msm
298+
*.msp
299+
300+
# Windows shortcuts
301+
*.lnk
302+

CLAPACK/BLAS/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
add_subdirectory(SRC)
2+
if( BUILD_TESTING )
3+
add_subdirectory(TESTING)
4+
endif()

0 commit comments

Comments
 (0)