Skip to content

Commit 40f7e5d

Browse files
committed
clean up
1 parent 1260c2d commit 40f7e5d

File tree

4 files changed

+7
-152
lines changed

4 files changed

+7
-152
lines changed

content/en/docs/latest/getting-started/compiling/index.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Compiling
3-
description: Compiling your own version of OpenSees.
3+
description: Compiling your own version of xara.
44
date: 2024-08-14
55
aliases:
66
- "/docs/getting-started/compiling/"
@@ -11,11 +11,10 @@ layout: docs
1111

1212
## Dependencies
1313

14-
Compiling OpenSees requires the following software to be installed on your local machine:
15-
14+
The first step for compiling *xara* is to download some basic dependencies.
1615
The primary system dependencies required for compiling are LAPACK/BLAS and Tcl.
1716
Packages providing these libraries are listed below for various package
18-
management ecosystems.
17+
management ecosystems. Anaconda is recommended for those that are not familiar with compiling.
1918

2019
> [!NOTE]
2120
> When building in an Anaconda environment, you should install
@@ -78,19 +77,19 @@ conda install -c conda-forge fortran-compiler cxx-compiler c-compiler openblas o
7877
1. Clone the package repository:
7978

8079
{{< command >}}
81-
git clone https://github.com/claudioperez/OpenSeesRT
80+
git clone https://github.com/peer-open-source/xara
8281
{{< /command >}}
8382

8483
2. install *run-time* dependencies. These are the libraries that will be needed
8584
in order to use OpenSees. To install these, run:
8685

8786
{{< command >}}
88-
python -m pip install opensees
87+
python -m pip install xara
8988
{{< /command >}}
9089

9190

9291
2. Install *compile-time* dependencies; see **Dependencies** below. These dependencies are only
93-
needed for the compilinf process.
92+
needed for the compiling process.
9493

9594
{{< button collapse="collapse-1" outline=true color="secondary" icon="fab windows" order="first" size="sm" class="mb-4" >}}
9695
Windows installation notes

content/en/docs/latest/getting-started/contribute.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

content/en/docs/latest/getting-started/modeling.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

content/en/ecosystem/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ OpenSeesRT is open source and maintains its codebase in {{< link repository >}}G
1010
It is supported by a thriving ecosystem of open-source packages, such as {{< link osmg >}}osmg{{< /link >}}, {{< link veux >}}veux{{< /link >}}, and {{< link veux >}}openbim{{< /link >}}.
1111
{ .fs-5 .muted .col-12 .col-md-6 .mx-auto .text-center}
1212

13-
{{< button relref="contribute" wrapper="text-center mb-5">}}Contribute to OpenSeesRT{{< /button >}}
13+
{{< button href="https://github.com/peer-open-source/" wrapper="text-center mb-5">}}Contribute{{< /button >}}
1414

0 commit comments

Comments
 (0)