Skip to content

Commit ece0b9b

Browse files
authored
Fix errors and remove redundant fields (#545)
1 parent f48da7f commit ece0b9b

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

data/package_index.yml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123
github: Cambridge-ICCS/FTorch
124124
description: Allows users to interface into the PyTorch machine learning library
125125
categories: interfaces numerical scientific
126-
tags:
127-
license:
126+
tags: machine-learning
127+
license: MIT
128128
version: none
129129

130130
- name: forpy
@@ -137,7 +137,7 @@
137137

138138
- name: flook
139139
github: ElectronicStructureLibrary/flook
140-
desciption: Library for running an embedded Lua interpreter
140+
description: Library for running an embedded Lua interpreter
141141
categories: interfaces
142142
tags: lua
143143

@@ -194,9 +194,8 @@
194194

195195
- name: tcp-client-server
196196
github: modern-fortran/tcp-client-server
197-
description: A minimal Fortran TCP client and server demonstrating c interoperability
197+
description: A minimal Fortran TCP client and server demonstrating C interoperability
198198
categories: interfaces examples
199-
tags:
200199
version: none
201200

202201
- name: clfortran
@@ -211,7 +210,6 @@
211210
github: urbanjost/M_process
212211
description: Read and write lines to or from a process from Fortran via a C wrapper
213212
categories: interfaces
214-
tags:
215213
version: none
216214

217215
- name: M_system
@@ -385,7 +383,6 @@
385383
github: fortesg/fortrancallgraph
386384
description: Static source code analysis tool for Fortran
387385
categories: programming
388-
tags:
389386
license: GPL-3.0
390387

391388
- name: Tapenade
@@ -536,14 +533,12 @@
536533
github: jannisteunissen/lookup_table_fortran
537534
description: Linear lookup table implemented in modern Fortran
538535
categories: data-types
539-
tags:
540536
version: none
541537

542538
- name: FyCollections
543539
url: https://bitbucket.org/aradi/fycollections/src/develop/
544540
description: generic collection templates for Fortran
545541
categories: data-types
546-
tags:
547542
license: BSD-2-Clause
548543

549544
# --- Strings ---
@@ -614,7 +609,6 @@
614609
github: szaghi/VTKFortran
615610
description: Library to parse and emit files conforming VTK (XML) standard
616611
categories: io
617-
tags:
618612
license: GPL-3.0
619613
version: none
620614

@@ -629,7 +623,6 @@
629623
github: andreww/fox
630624
description: A Fortran XML library
631625
categories: io
632-
tags:
633626
license: BSD-3-Clause
634627
version: none
635628

@@ -690,7 +683,6 @@
690683
github: jannisteunissen/config_fortran
691684
description: Configuration file parser for Fortran
692685
categories: io
693-
tags:
694686
version: none
695687

696688
- name: parff
@@ -767,7 +759,6 @@
767759
github: urbanjost/M_draw
768760
description: Low-level vector graphics library
769761
categories: graphics
770-
tags:
771762
version: none
772763

773764
- name: fortran-motif
@@ -943,14 +934,12 @@
943934
github: aamaricci/SciFortran
944935
description: collection of fortran modules and procedures for scientific calculations.
945936
categories: numerical
946-
tags:
947937
version: none
948938

949939
- name: Los Alamos Grid Toolbox (LaGriT)
950940
github: lanl/LaGriT
951941
description: a library of user callable tools that provide mesh generation, mesh optimization and dynamic mesh maintenance
952942
categories: numerical
953-
tags:
954943
license: BSD
955944

956945
- name: DBCSR
@@ -1162,7 +1151,7 @@
11621151

11631152
- name: lesgo
11641153
github: lesgo-jhu/lesgo
1165-
descriptipon: The Large-Eddy Simulation framework from the Turbulence Research Group at Johns Hopkins University
1154+
description: The Large-Eddy Simulation framework from the Turbulence Research Group at Johns Hopkins University
11661155
categories: scientific
11671156
version: none
11681157

@@ -1196,6 +1185,7 @@
11961185

11971186
- name: fortran-machine
11981187
github: mapmeld/fortran-machine
1188+
description: A Fortran Model-View-Controller web platform
11991189
categories: other
12001190

12011191
- name: Nek5000
@@ -1437,7 +1427,7 @@
14371427
github: MITgcm/MITgcm
14381428
description: M.I.T General Circulation Model master code and documentation repository
14391429
categories: scientific
1440-
keywords: ocean-modelling gfd automatic-differentiation data-assimilation exoplanets climate-science
1430+
tags: ocean-modelling gfd automatic-differentiation data-assimilation exoplanets climate-science
14411431

14421432
- name: Specfem3D
14431433
github: geodynamics/specfem3d
@@ -1601,7 +1591,6 @@
16011591
github: farhanjk/FortranPatterns
16021592
description: Popular design patterns implemented in Fortran
16031593
categories: examples
1604-
tags:
16051594
version: none
16061595

16071596
- name: Numerical methods in fortran

0 commit comments

Comments
 (0)