Skip to content

Commit

Permalink
Remove .gitmodules. (facebookincubator#9674)
Browse files Browse the repository at this point in the history
Summary:
It appears that git submodules are no longer used in this repository, as `gtest` and `xsimd` were moved to `resolve_dependency` in facebookincubator#4218. However, the `.gitmodules` file still exists. I think this file is safe to remove now.

Pull Request resolved: facebookincubator#9674

Reviewed By: Yuhta

Differential Revision: D56791639

Pulled By: kgpai

fbshipit-source-id: 78bb4d530340c6bbd0e4c126090a34cda39cebb2
  • Loading branch information
bdice authored and facebook-github-bot committed May 2, 2024
1 parent b1defb5 commit 82aa0c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,8 @@ Blog posts are available [here](https://velox-lib.io/blog).

### Get the Velox Source
```
git clone --recursive https://github.com/facebookincubator/velox.git
git clone https://github.com/facebookincubator/velox.git
cd velox
# if you are updating an existing checkout
git submodule sync --recursive
git submodule update --init --recursive
```
Once Velox is checked out, the first step is to install the dependencies.
Details on the dependencies and how Velox manages some of them for you
Expand All @@ -90,7 +87,7 @@ dependencies for a given platform.
On an Intel MacOS machine you can setup and then build like so:

```shell
$ ./scripts/setup-macos.sh
$ ./scripts/setup-macos.sh
$ make
```

Expand All @@ -117,7 +114,7 @@ $ CPU_TARGET="aarch64" make
Once you have checked out Velox, you can setup and build like so:

```shell
$ ./scripts/setup-ubuntu.sh
$ ./scripts/setup-ubuntu.sh
$ make
```

Expand All @@ -135,7 +132,7 @@ Note that,
* f16c
* Velox tries to use the following (or equivalent) instruction sets where available:
* On Intel CPUs
* avx
* avx
* avx2
* sse
* On ARM
Expand Down Expand Up @@ -167,7 +164,7 @@ contribute to the project.
## Community

The main communication channel with the Velox OSS community is through the
[the Velox-OSS Slack workspace](http://velox-oss.slack.com).
[the Velox-OSS Slack workspace](http://velox-oss.slack.com).
Please reach out to **[email protected]** to get access to Velox Slack Channel.


Expand Down

0 comments on commit 82aa0c4

Please sign in to comment.